File size: 183 Bytes
25fad07 | 1 2 3 4 5 6 7 8 9 10 | # Original code from Comfy, https://github.com/comfyanonymous/ComfyUI
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable
|
25fad07 | 1 2 3 4 5 6 7 8 9 10 | # Original code from Comfy, https://github.com/comfyanonymous/ComfyUI
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable
|