comfyui-latentsync / comfy /options.py
Emmanuel Durand
Add the whole ComfyUI sources
8749e18
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable