Spaces:
Build error
Build error
File size: 185 Bytes
b1bd80d | 1 2 3 4 5 6 7 | def preload(parser):
parser.add_argument(
"--show-controlnet-example",
action="store_true",
help="Show development example extension for ControlNet.",
)
|