mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-01 13:59:47 +00:00
7 lines
185 B
Python
7 lines
185 B
Python
def preload(parser):
|
|
parser.add_argument(
|
|
"--show-controlnet-example",
|
|
action="store_true",
|
|
help="Show development example extension for ControlNet.",
|
|
)
|