mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-25 03:00:12 -04:00
update model db to reflect changes (#1277)
* remove 1/1 tqdm progress bar * update model_db to reflect changes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user