1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

remove pooled prompt embeds

This commit is contained in:
Edna
2025-06-11 19:33:17 -06:00
committed by GitHub
parent 146255aba1
commit 3309ffef1c

View File

@@ -788,7 +788,6 @@ class ChromaPipeline(
hidden_states=latents,
timestep=timestep / 1000,
guidance=guidance,
pooled_projections=negative_pooled_prompt_embeds,
encoder_hidden_states=negative_prompt_embeds,
txt_ids=negative_text_ids,
img_ids=latent_image_ids,