mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
a5f4292f9f
* 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.
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"cls_token": "[CLS]",
|
|
"mask_token": "[MASK]",
|
|
"pad_token": "[PAD]",
|
|
"sep_token": "[SEP]",
|
|
"unk_token": "[UNK]"
|
|
}
|