comf2 / ComfyUI /comfy /options.py
ilya94prok's picture
Upload 396 files
90ed76e verified
raw
history blame contribute delete
No virus
117 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable