sdxl-image / comfy /options.py
oimoyu's picture
init
9ab8b5f verified
raw
history blame
117 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable