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

21 lines
365 B
JSON

{
"embed_dim": 640,
"vision_cfg": {
"image_size": 288,
"layers": [
4,
6,
10,
6
],
"width": 80,
"patch_size": null
},
"text_cfg": {
"context_length": 77,
"vocab_size": 49408,
"width": 640,
"heads": 10,
"layers": 12
}
}