mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-28 10:11:42 +00:00
Fix CQ tests (#141)
* Make test client run on cpu * test on cpu try fix device try fix device try fix device * Use real SD1.5 model for testing * ckpt nits * Remove coverage calls
This commit is contained in:
@@ -11,6 +11,7 @@ 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