Skip to content

Commit ff515b1

Browse files
committed
from_multi
1 parent a54832d commit ff515b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/models/controlnets/multicontrolnet_union.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def forward(
6666
attention_mask=attention_mask,
6767
added_cond_kwargs=added_cond_kwargs,
6868
cross_attention_kwargs=cross_attention_kwargs,
69+
from_multi=True,
6970
guess_mode=guess_mode,
7071
return_dict=return_dict,
7172
)

0 commit comments

Comments
 (0)