We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee0b20 commit 7570e69Copy full SHA for 7570e69
models/turbine_models/custom_models/sd_inference/sd_pipeline.py
@@ -189,7 +189,7 @@ def get_sd_model_map(hf_model_name):
189
if name in [
190
"stabilityai/sdxl-turbo",
191
"stabilityai/stable-diffusion-xl-base-1.0",
192
- "/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16//checkpoint_pipe",
+ "/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16/checkpoint_pipe",
193
]:
194
return sdxl_model_map
195
elif "stabilityai/stable-diffusion-3" in name:
0 commit comments