feat(diffusers): add experimental support for sd_embed-style prompt embedding (#8504)

* add experimental support for sd_embed-style prompt embedding

Signed-off-by: Austen Dicken <cvpcsm@gmail.com>

* add doc equivalent to compel

Signed-off-by: Austen Dicken <cvpcsm@gmail.com>

* need to use flux1 embedding function for flux model

Signed-off-by: Austen Dicken <cvpcsm@gmail.com>

---------

Signed-off-by: Austen Dicken <cvpcsm@gmail.com>
This commit is contained in:
Austen
2026-02-11 15:58:19 -06:00
committed by GitHub
parent 79a25f7ae9
commit cff972094c
10 changed files with 58 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ transformers
torchvision==0.22.1
accelerate
compel
git+https://github.com/xhinker/sd_embed
peft
sentencepiece
torch==2.7.1