Skip to content

Commit de6ab6b

Browse files
committed
fix import in block mapping
1 parent 4968edc commit de6ab6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/diffusers/modular_pipelines/stable_diffusion_xl/modular_pipeline_block_mappings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
StableDiffusionXLInpaintVaeEncoderStep,
4242
StableDiffusionXLIPAdapterStep
4343
)
44-
from .after_denoise import (
44+
from .decoders import (
4545
StableDiffusionXLDecodeStep,
46-
StableDiffusionXLInpaintDecodeStep
46+
StableDiffusionXLInpaintDecodeStep,
47+
StableDiffusionXLAutoDecodeStep
4748
)
48-
from .after_denoise import StableDiffusionXLAutoDecodeStep
4949

5050

5151
# YiYi notes: comment out for now, work on this later

0 commit comments

Comments
 (0)