update model db to reflect changes (#1277)

* remove 1/1 tqdm progress bar

* update model_db to reflect changes
This commit is contained in:
Daniel Garvey
2023-04-04 11:46:55 -05:00
committed by GitHub
parent 67d6ee1104
commit 237d26baa2
2 changed files with 14 additions and 82 deletions

View File

@@ -188,9 +188,7 @@ def test_loop(device="vulkan", beta=False, extra_flags=[]):
with open(dumpfile_name, "r+") as f:
output = f.readlines()
print("\n".join(output))
if model_name == "CompVis/stable-diffusion-v1-4":
print("failed a known successful model.")
exit(1)
exit(1)
if os.name == "nt":
counter += 1
if counter % 2 == 0: