Fooocus / ldm_patched /modules /options.py
ashdeveloper's picture
Upload folder using huggingface_hub
ef37273 verified
Raw
History Blame Contribute Delete
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable