Skip to content

Commit ca909a3

Browse files
committed
fix
1 parent ff3581a commit ca909a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/lumina2/pipeline_lumina2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ def __call__(
719719
encoder_hidden_states=negative_prompt_embeds,
720720
encoder_attention_mask=negative_prompt_attention_mask,
721721
return_dict=False,
722+
attention_kwargs=self.attention_kwargs,
722723
)[0]
723724
noise_pred = noise_pred_uncond + guidance_scale * (noise_pred_cond - noise_pred_uncond)
724725
# apply normalization after classifier-free guidance

0 commit comments

Comments
 (0)