ComfyUI/comfy/text_encoders
City bddb02660c
Add PixArt model support (#6055)
* PixArt initial version

* PixArt Diffusers convert logic

* pos_emb and interpolation logic

* Reduce  duplicate code

* Formatting

* Use optimized attention

* Edit empty token logic

* Basic PixArt LoRA support

* Fix aspect ratio logic

* PixArtAlpha text encode with conds

* Use same detection key logic for PixArt diffusers
2024-12-20 15:25:00 -05:00
..
hydit_clip_tokenizer
llama_tokenizer
t5_pile_tokenizer
t5_tokenizer
aura_t5.py
bert.py
flux.py
genmo.py
hunyuan_video.py
hydit_clip.json Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
hydit.py
llama.py
long_clipl.json Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
long_clipl.py
lt.py
mt5_config_xl.json Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
pixart_t5.py Add PixArt model support (#6055) 2024-12-20 15:25:00 -05:00
sa_t5.py
sd2_clip_config.json Fix potential issue with non clip text embeddings. 2024-07-30 14:41:13 -04:00
sd2_clip.py
sd3_clip.py
spiece_tokenizer.py
t5_config_base.json Refactor: Move some code to the comfy/text_encoders folder. 2024-07-15 17:36:24 -04:00
t5_config_xxl.json Refactor: Move some code to the comfy/text_encoders folder. 2024-07-15 17:36:24 -04:00
t5_pile_config_xl.json AuraFlow model implementation. 2024-07-11 16:52:26 -04:00
t5.py