cine / comfy /options.py
MaykaGR's picture
Upload 152 files
486f235 verified
raw
history blame contribute delete
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable