instance / ComfyUI /comfy /options.py
mihaiciorobitca's picture
Add files using upload-large-folder tool
babf923 verified
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable