sd-webui-openpose-editor/preload.py

8 lines
207 B
Python

def preload(parser):
parser.add_argument(
"--disable-openpose-editor-auto-update",
action='store_true',
help="Disable auto-update of openpose editor",
default=None,
)