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 9fdc07f commit b20be32Copy full SHA for b20be32
models/turbine_models/custom_models/sd_inference/sd_pipeline.py
@@ -190,6 +190,7 @@ def get_sd_model_map(hf_model_name):
190
"stabilityai/sdxl-turbo",
191
"stabilityai/stable-diffusion-xl-base-1.0",
192
"/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16/checkpoint_pipe",
193
+ "/models/SDXL/official_pytorch/fp16/stable_diffusion_fp16//checkpoint_pipe",
194
]:
195
return sdxl_model_map
196
elif "stabilityai/stable-diffusion-3" in name:
0 commit comments