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 Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
llama_tokenizer Basic Hunyuan Video model support. 2024-12-16 19:35:40 -05:00
t5_pile_tokenizer Better tokenizing code for AuraFlow. 2024-07-12 01:15:25 -04:00
t5_tokenizer Refactor: Move some code to the comfy/text_encoders folder. 2024-07-15 17:36:24 -04:00
aura_t5.py Add model_options for text encoder. 2024-08-17 11:17:20 -04:00
bert.py Lower CLIP memory usage by a bit. 2024-07-31 01:32:35 -04:00
flux.py Support scaled fp8 t5xxl model. 2024-10-20 22:27:00 -04:00
genmo.py Fix mochi all in one checkpoint t5xxl key names. 2024-11-03 01:40:42 -05:00
hunyuan_video.py Properly tokenize the template for hunyuan video. 2024-12-17 16:22:02 -05:00
hydit_clip.json Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
hydit.py Add model_options for text encoder. 2024-08-17 11:17:20 -04:00
llama.py Pick attention implementation based on device in llama code. 2024-12-18 01:30:20 -05:00
long_clipl.json Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
long_clipl.py Long CLIP L support for SDXL, SD3 and Flux. 2024-09-15 07:59:38 -04:00
lt.py Support Lightricks LTX-Video model. 2024-11-22 08:46:39 -05:00
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 Add model_options for text encoder. 2024-08-17 11:17:20 -04:00
sd2_clip_config.json Fix potential issue with non clip text embeddings. 2024-07-30 14:41:13 -04:00
sd2_clip.py Properly set if clip text pooled projection instead of using hack. 2024-08-20 10:46:36 -04:00
sd3_clip.py Support scaled fp8 t5xxl model. 2024-10-20 22:27:00 -04:00
spiece_tokenizer.py Lint unused import (#5973) 2024-12-09 15:24:39 -05:00
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 Lint all unused variables (#5989) 2024-12-12 17:59:16 -05:00