ComfyUI/comfy/text_encoders
comfyanonymous cf4418b806 Don't treat Bert model like CLIP.
Bert can accept up to 512 tokens so any prompt with more than 77 should
just be passed to it as is instead of splitting it up like CLIP.
2024-07-26 13:08:12 -04:00
..
hydit_clip_tokenizer Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04: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 Make it possible to load tokenizer data from checkpoints. 2024-07-24 16:43:53 -04:00
bert.py Own BertModel implementation that works with lowvram. 2024-07-26 04:47:17 -04:00
hydit_clip.json Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
hydit.py Don't treat Bert model like CLIP. 2024-07-26 13:08:12 -04:00
mt5_config_xl.json Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
sa_t5.py Make it possible to load tokenizer data from checkpoints. 2024-07-24 16:43:53 -04:00
sd3_clip.py Let tokenizers return weights to be stored in the saved checkpoint. 2024-07-25 10:52:09 -04:00
spiece_tokenizer.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04: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 Support MT5. 2024-07-23 15:35:28 -04:00