Test / ldm_patched /modules /options.py
TRISTAN AESCHBACH
add entire Fooocus repo
047c786
raw
history blame contribute delete
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable