File size: 423 Bytes
0b236c8 9911e50 51ab430 9911e50 51ab430 9911e50 51ab430 9911e50 51ab430 0b236c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"_class_name": "VQModel",
"_diffusers_version": "0.1.3",
"act_fn": "silu",
"block_out_channels": [
32,
64
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"in_channels": 3,
"latent_channels": 3,
"layers_per_block": 1,
"num_vq_embeddings": 256,
"out_channels": 3,
"sample_size": 32,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}
|