Skip to content

Commit b20be32

Browse files
authored
Don't break workarounds for model path
Too many regressions based on workarounds for problems that are now fixed. Until submission just accept all cases.
1 parent 9fdc07f commit b20be32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/turbine_models/custom_models/sd_inference/sd_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def get_sd_model_map(hf_model_name):
190190
"stabilityai/sdxl-turbo",
191191
"stabilityai/stable-diffusion-xl-base-1.0",
192192
"/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16/checkpoint_pipe",
193+
"/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16//checkpoint_pipe",
193194
]:
194195
return sdxl_model_map
195196
elif "stabilityai/stable-diffusion-3" in name:

0 commit comments

Comments
 (0)