Update block.py
Browse files
block.py
CHANGED
|
@@ -23,7 +23,7 @@ from diffusers.modular_pipelines.stable_diffusion_xl.denoise import (
|
|
| 23 |
)
|
| 24 |
from diffusers.modular_pipelines.stable_diffusion_xl.modular_blocks_presets import(
|
| 25 |
IMAGE2IMAGE_BLOCKS,
|
| 26 |
-
|
| 27 |
StableDiffusionXLAutoControlNetInputStep,
|
| 28 |
StableDiffusionXLAutoIPAdapterStep
|
| 29 |
)
|
|
|
|
| 23 |
)
|
| 24 |
from diffusers.modular_pipelines.stable_diffusion_xl.modular_blocks_presets import(
|
| 25 |
IMAGE2IMAGE_BLOCKS,
|
| 26 |
+
TEXT2IMAGE_BLOCKS,
|
| 27 |
StableDiffusionXLAutoControlNetInputStep,
|
| 28 |
StableDiffusionXLAutoIPAdapterStep
|
| 29 |
)
|