mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-01 22:09:46 +00:00
7 lines
111 B
Python
7 lines
111 B
Python
|
|
args_parsing = False
|
|
|
|
def enable_args_parsing(enable=True):
|
|
global args_parsing
|
|
args_parsing = enable
|