Skip to content

Commit 7ad87f3

Browse files
leffffyiyixuxu
andauthored
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
Co-authored-by: YiYi Xu <[email protected]>
1 parent 6e83133 commit 7ad87f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def __call__(
744744
pred_velocity = self.transformer(
745745
hidden_states=latents.to(dtype),
746746
encoder_hidden_states=prompt_embeds_qwen.to(dtype),
747-
pooled_projections=prompt_embeds_dict["pooled_embed"].to(dtype),
747+
pooled_projections=prompt_embeds_clip.to(dtype),
748748
timestep=timestep.to(dtype),
749749
visual_rope_pos=visual_rope_pos,
750750
text_rope_pos=text_rope_pos,

0 commit comments

Comments
 (0)