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

16 lines
295 B
JSON

{
"embed_dim": 640,
"vision_cfg": {
"image_size": 256,
"layers": 12,
"width": 896,
"patch_size": 32
},
"text_cfg": {
"context_length": 77,
"vocab_size": 49408,
"width": 640,
"heads": 10,
"layers": 12
}
}