Skip to content

Commit 25f0143

Browse files
authored
Fix MultiControlNet import (#12118)
fix
1 parent b67c879 commit 25f0143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/modular_pipelines/stable_diffusion_xl/before_denoise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ...guiders import ClassifierFreeGuidance
2323
from ...image_processor import VaeImageProcessor
2424
from ...models import AutoencoderKL, ControlNetModel, ControlNetUnionModel, UNet2DConditionModel
25-
from ...pipelines.controlnet.multicontrolnet import MultiControlNetModel
25+
from ...models.controlnets.multicontrolnet import MultiControlNetModel
2626
from ...schedulers import EulerDiscreteScheduler
2727
from ...utils import logging
2828
from ...utils.torch_utils import randn_tensor, unwrap_module

0 commit comments

Comments
 (0)