Skip to content

Commit fd9fa99

Browse files
authored
Update unet_2d_blocks.py
1 parent 1ba8a88 commit fd9fa99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/models/unets/unet_2d_blocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,7 @@ def forward(
25572557
b1=self.b1,
25582558
b2=self.b2,
25592559
)
2560+
25602561
hidden_states = torch.cat([hidden_states, res_hidden_states], dim=1)
25612562

25622563
if torch.is_grad_enabled() and self.gradient_checkpointing:

0 commit comments

Comments
 (0)