File size: 438 Bytes
3e6cbc8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"_class_name": "ViTVAE",
"_diffusers_version": "0.28.2",
"ddconfig": {
"conv_last_layer": true,
"depth": 24,
"double_z": true,
"embed_dim": 1024,
"in_chans": 3,
"ln_in_attn": true,
"mlp_ratio": 4,
"norm_code": false,
"num_heads": 16,
"patch_length": 4,
"patch_size": 8,
"qkv_bias": true,
"video_length": 16,
"video_size": 256,
"z_chans": 16
},
"model_type": "vit"
}
|