mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-08 21:44:33 +08: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
|