mirror of https://github.com/vladmandic/automatic
26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"embed_dim": 1024,
|
|
"vision_cfg": {
|
|
"image_size": 224,
|
|
"layers": 64,
|
|
"width": 1792,
|
|
"head_width": 112,
|
|
"mlp_ratio": 8.571428571428571,
|
|
"patch_size": 14,
|
|
"eva_model_name": "eva-clip-4b-14-x",
|
|
"drop_path_rate": 0,
|
|
"xattn": true,
|
|
"postnorm": true,
|
|
"fusedLN": true
|
|
},
|
|
"text_cfg": {
|
|
"context_length": 77,
|
|
"vocab_size": 49408,
|
|
"width": 1024,
|
|
"heads": 16,
|
|
"layers": 24,
|
|
"xattn": false,
|
|
"fusedLN": true
|
|
}
|
|
}
|