Skip to content

Commit

Permalink
Use pooled embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Jul 7, 2023
1 parent 95150d1 commit a55b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_tron_client/classes/image_manipulation/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _run_pipeline(
guidance_scale=guidance_scale,
output_type=image_return_type,
generator=generator,
pooled_prompt_embeds=encoded_embeds[2]
pooled_prompt_embeds=encoded_embeds[2],
pooled_negative_prompt_embeds=encoded_embeds[3]
).images
elif "ptx0/s2" in user_config.get("model", ""):
Expand Down

0 comments on commit a55b637

Please sign in to comment.