mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-23 17:38:10 +00:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"embed_dim": 512,
|
|
"vision_cfg": {
|
|
"image_size": 224,
|
|
"layers": 12,
|
|
"width": 768,
|
|
"patch_size": 32
|
|
},
|
|
"text_cfg": {
|
|
"hf_model_name": "google/mt5-base",
|
|
"hf_tokenizer_name": "google/mt5-base",
|
|
"proj": "mlp",
|
|
"pooler_type": "mean_pooler"
|
|
}
|
|
}
|