mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-23 09:28:12 +00:00
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"embed_dim": 512,
|
|
"quick_gelu": true,
|
|
"vision_cfg": {
|
|
"image_size": 224,
|
|
"layers": 12,
|
|
"width": 768,
|
|
"patch_size": 32
|
|
},
|
|
"text_cfg": {
|
|
"hf_model_name": "roberta-base",
|
|
"hf_tokenizer_name": "roberta-base",
|
|
"proj": "mlp",
|
|
"pooler_type": "mean_pooler"
|
|
}
|
|
}
|