Skip to content

Commit 7570e69

Browse files
authored
Fix typo for hf model name (#777)
Otherwise goes down the wrong pipeline
1 parent 5ee0b20 commit 7570e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/turbine_models/custom_models/sd_inference/sd_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def get_sd_model_map(hf_model_name):
189189
if name in [
190190
"stabilityai/sdxl-turbo",
191191
"stabilityai/stable-diffusion-xl-base-1.0",
192-
"/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16//checkpoint_pipe",
192+
"/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16/checkpoint_pipe",
193193
]:
194194
return sdxl_model_map
195195
elif "stabilityai/stable-diffusion-3" in name:

0 commit comments

Comments
 (0)