mirror of
https://github.com/lobehub/sd-webui-lobe-theme.git
synced 2026-01-09 06:23:44 +08:00
7 lines
142 B
Python
7 lines
142 B
Python
def preload(parser):
|
|
parser.add_argument(
|
|
"--lobe-debug",
|
|
action="store_true",
|
|
help="Enable debug logging",
|
|
)
|