mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-30 12:59:47 +00:00
Previously before this commit, credits are already in entry and licenses are already in root. This commit will make info clearer.
10 lines
242 B
Python
10 lines
242 B
Python
# 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
|