camchanimation's picture
Upload folder using huggingface_hub
7dd6673 verified
raw
history blame
No virus
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