forge / ldm_patched /modules /options.py
dikdimon's picture
Upload 142 files
3c42e1f verified
# Taken from https://github.com/comfyanonymous/ComfyUI
# This file is only for reference, and not used in the backend or runtime.
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable