comfyanonymous
1 year ago
3 changed files with 14 additions and 2 deletions
@ -0,0 +1,6 @@
|
||||
|
||||
args_parsing = False |
||||
|
||||
def enable_args_parsing(enable=True): |
||||
global args_parsing |
||||
args_parsing = enable |
Loading…
Reference in new issue