# 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