This commit is contained in:
lllyasviel
2024-01-27 16:06:07 -08:00
parent af375839f3
commit d430320ace
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
def preload(parser):
parser.add_argument(
"--show-controlnet-example",
action="store_true",
help="Show development example extension for ControlNet.",
)