mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-18 18:33:30 +00:00
22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"attention_probs_dropout_prob": 0.0,
|
|
"drop_path_rate": 0.0,
|
|
"hidden_act": "gelu",
|
|
"hidden_dropout_prob": 0.0,
|
|
"hidden_size": 1536,
|
|
"image_size": 518,
|
|
"initializer_range": 0.02,
|
|
"layer_norm_eps": 1e-06,
|
|
"layerscale_value": 1.0,
|
|
"mlp_ratio": 4,
|
|
"model_type": "dinov2",
|
|
"num_attention_heads": 24,
|
|
"num_channels": 3,
|
|
"num_hidden_layers": 40,
|
|
"patch_size": 14,
|
|
"qkv_bias": true,
|
|
"use_swiglu_ffn": true,
|
|
"image_mean": [0.485, 0.456, 0.406],
|
|
"image_std": [0.229, 0.224, 0.225]
|
|
}
|