ComfyUI/comfy/text_encoders
comfyanonymous a5f4292f9f
Basic hunyuan dit implementation. (#4102)
* Let tokenizers return weights to be stored in the saved checkpoint.

* Basic hunyuan dit implementation.

* Fix some resolutions not working.

* Support hydit checkpoint save.

* Init with right dtype.

* Switch to optimized attention in pooler.

* Fix black images on hunyuan dit.
2024-07-25 18:21:08 -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
hydit.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -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
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.py Support MT5. 2024-07-23 15:35:28 -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