Skip to content

Commit 2f61512

Browse files
committed
Update model paths in tests
1 parent 761e066 commit 2f61512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_embeddings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_2_3__multiple_a1111_embedding__sd_1_4__both_prefixes():
139139

140140
# section 3 - sdxl embedding
141141
def test_load_sdxl():
142-
context.model_paths["stable-diffusion"] = "models/stable-diffusion/official/sd_xl_base_1.0.safetensors"
142+
context.model_paths["stable-diffusion"] = "models/stable-diffusion/xl/sd_xl_base_1.0.safetensors"
143143
load_model(context, "stable-diffusion")
144144

145145

0 commit comments

Comments
 (0)