We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3581a commit ca909a3Copy full SHA for ca909a3
src/diffusers/pipelines/lumina2/pipeline_lumina2.py
@@ -719,6 +719,7 @@ def __call__(
719
encoder_hidden_states=negative_prompt_embeds,
720
encoder_attention_mask=negative_prompt_attention_mask,
721
return_dict=False,
722
+ attention_kwargs=self.attention_kwargs,
723
)[0]
724
noise_pred = noise_pred_uncond + guidance_scale * (noise_pred_cond - noise_pred_uncond)
725
# apply normalization after classifier-free guidance
0 commit comments