Skip to content

Commit 4f045db

Browse files
authored
disable anythingv3 until issue is resolved (huggingface#1053)
1 parent 5b33597 commit 4f045db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_tools/stable_diffusion_testing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def test_loop(device="vulkan", beta=False, extra_flags=[]):
5454
extra_flags.append("--beta_models=True")
5555
for import_opt in import_options:
5656
for model_name in hf_model_names:
57+
if model_name == "Linaqruf/anything-v3.0":
58+
continue
5759
for use_tune in tuned_options:
5860
command = (
5961
[

0 commit comments

Comments
 (0)