You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of passing a string prompt to the generator, I would like to pass in the raw text embeddings.
The HF Diffusers library allows this using the prompt_embeds (and pooled_prompt_embeds for SDXL) parameters on the StableDiffusionPipeline pipeline objects.
Would it be possible to add support for this to OneDiffusion? Thank you.
The text was updated successfully, but these errors were encountered:
Hi.
Instead of passing a string prompt to the generator, I would like to pass in the raw text embeddings.
The HF Diffusers library allows this using the
prompt_embeds
(andpooled_prompt_embeds
for SDXL) parameters on theStableDiffusionPipeline
pipeline objects.Would it be possible to add support for this to OneDiffusion? Thank you.
The text was updated successfully, but these errors were encountered: