The_Broccolator / comfy /options.py
plaidam's picture
Upload 294 files
be40477 verified
raw
history blame contribute delete
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable