"pooled_prompt_embeds" vs "prompt_embeds"

#71
by jloganolson - opened

What are 'pooled_prompt_embeds' in the xl pipeline and how are they different than 'prompt_embeds'?

Did you get sdxl to generate images when manually passed prompt_embeds?
When I pass the CLIP embeddings to the pipeline I get an error that seams to be caused by the Unet:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x2304 and 2816x1280)

Sign up or log in to comment