File size: 242 Bytes
b1bd80d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# 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