Skip to content

Commit 7916140

Browse files
1
1 parent c4d1e69 commit 7916140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/models/embeddings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,6 @@ def forward(
859859
prompt_embeds = self.text_proj(prompt_embeds) # embed_dim: 4096 -> 4096
860860
if negative_prompt_embeds is not None:
861861
negative_prompt_embeds = self.text_proj(negative_prompt_embeds) # embed_dim: 4096 -> 4096
862-
breakpoint()
863862
return hidden_states, prompt_embeds, negative_prompt_embeds
864863

865864

0 commit comments

Comments
 (0)