mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-21 06:48:56 +00:00
Fix controlnet/detect API endpoint (#187)
This commit is contained in:
@@ -11,7 +11,6 @@ def pytest_configure(config):
|
||||
# We don't want to fail on Py.test command line arguments being
|
||||
# parsed by webui:
|
||||
os.environ.setdefault("IGNORE_CMD_ARGS_ERRORS", "1")
|
||||
os.environ.setdefault("FORGE_CQ_TEST", "1")
|
||||
|
||||
|
||||
def file_to_base64(filename):
|
||||
|
||||
Reference in New Issue
Block a user