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 4968edc commit de6ab6bCopy full SHA for de6ab6b
src/diffusers/modular_pipelines/stable_diffusion_xl/modular_pipeline_block_mappings.py
@@ -41,11 +41,11 @@
41
StableDiffusionXLInpaintVaeEncoderStep,
42
StableDiffusionXLIPAdapterStep
43
)
44
-from .after_denoise import (
+from .decoders import (
45
StableDiffusionXLDecodeStep,
46
- StableDiffusionXLInpaintDecodeStep
+ StableDiffusionXLInpaintDecodeStep,
47
+ StableDiffusionXLAutoDecodeStep
48
-from .after_denoise import StableDiffusionXLAutoDecodeStep
49
50
51
# YiYi notes: comment out for now, work on this later
0 commit comments