We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6641b0 commit 3058da7Copy full SHA for 3058da7
optimum/exporters/tasks.py
@@ -189,7 +189,9 @@ class TasksManager:
189
190
_DIFFUSERS_TASKS_TO_MODEL_LOADERS = {
191
"stable-diffusion": "StableDiffusionPipeline",
192
- "stable-diffusion-xl": "StableDiffusionXLImg2ImgPipeline",
+ "stable-diffusion-xl": "StableDiffusionXLPipeline",
193
+ "stable-diffusion-xl-refiner": "StableDiffusionXLImg2ImgPipeline",
194
+ "latent-consistency": "LatentConsistencyModelPipeline",
195
}
196
197
_TIMM_TASKS_TO_MODEL_LOADERS = {
0 commit comments