mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-16 17:20:51 +08:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"num_channels": 3,
|
|
"hidden_act": "gelu_pytorch_tanh",
|
|
"hidden_size": 1152,
|
|
"image_size": -1,
|
|
"intermediate_size": 4304,
|
|
"model_type": "siglip2_vision_model",
|
|
"num_attention_heads": 16,
|
|
"num_hidden_layers": 27,
|
|
"patch_size": 16,
|
|
"num_patches": 256,
|
|
"image_mean": [0.5, 0.5, 0.5],
|
|
"image_std": [0.5, 0.5, 0.5]
|
|
}
|