my-sd/extensions-builtin/sd_forge_controlnet_example/preload.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
185 B
Python
Raw Normal View History

2024-01-28 00:06:07 +00:00
def preload(parser):
parser.add_argument(
"--show-controlnet-example",
action="store_true",
help="Show development example extension for ControlNet.",
)