FooocusEnhanced / comfy /options.py
JasonSmithSO's picture
Upload 124 files
33585de verified
raw
history blame contribute delete
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable