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 bf229af commit 06afd9bCopy full SHA for 06afd9b
src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
@@ -757,7 +757,7 @@ def __call__(
757
uncond_pred_velocity = self.transformer(
758
hidden_states=latents.to(dtype),
759
encoder_hidden_states=negative_prompt_embeds_qwen.to(dtype),
760
- pooled_projections=negative_prompt_embeds_dict["pooled_embed"].to(dtype),
+ pooled_projections=negative_prompt_embeds_clip.to(dtype),
761
timestep=timestep.to(dtype),
762
visual_rope_pos=visual_rope_pos,
763
text_rope_pos=negative_text_rope_pos,
0 commit comments