Viperboy123's picture
auto
8d7ec14
raw
history blame
242 Bytes
# 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