Fix controlnet/detect API endpoint (#187)

This commit is contained in:
Chenlei Hu
2024-02-11 06:15:06 +00:00
committed by GitHub
parent 6a854fcb38
commit e11753ff84
12 changed files with 103 additions and 16 deletions

View File

@@ -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):