Files
DiffSynth-Studio/diffsynth/extensions/QualityMetric/open_clip/model_configs/ViT-S-32.json
2025-02-14 12:39:06 +08:00

16 lines
294 B
JSON

{
"embed_dim": 384,
"vision_cfg": {
"image_size": 224,
"layers": 12,
"width": 384,
"patch_size": 32
},
"text_cfg": {
"context_length": 77,
"vocab_size": 49408,
"width": 384,
"heads": 6,
"layers": 12
}
}