1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00
Files
ComfyUI/comfy/options.py
2023-09-13 11:38:20 -04:00

7 lines
111 B
Python

args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable