ComfyUI/comfy/text_encoders
Alexander Brown ce9ac2fe05
Fix clip_g/clip_l mixup (#4168)
2024-08-01 21:40:56 -04:00
..
hydit_clip_tokenizer Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
t5_pile_tokenizer
t5_tokenizer
aura_t5.py Make it possible to load tokenizer data from checkpoints. 2024-07-24 16:43:53 -04:00
bert.py Lower CLIP memory usage by a bit. 2024-07-31 01:32:35 -04:00
flux.py Fix clip_g/clip_l mixup (#4168) 2024-08-01 21:40:56 -04:00
hydit.py Fix hunyuan dit text encoder weights always being in fp32. 2024-07-31 01:34:57 -04:00
hydit_clip.json Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -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
sd2_clip.py Refactor: Move sd2_clip.py to text_encoders folder. 2024-07-28 01:19:20 -04:00
sd2_clip_config.json Fix potential issue with non clip text embeddings. 2024-07-30 14:41:13 -04:00
sd3_clip.py Load flux t5 in fp8 if weights are in fp8. 2024-08-01 11:05:56 -04:00
spiece_tokenizer.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
t5.py Fix to get fp8 working on T5 base. 2024-07-31 02:00:19 -04:00
t5_config_base.json
t5_config_xxl.json
t5_pile_config_xl.json