File size: 448 Bytes
05e6a52 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
{
"_class_name": "VQModel",
"_diffusers_version": "0.32.2",
"ddconfig": {
"attn_resolutions": [
16
],
"ch": 128,
"ch_mult": [
1,
1,
2,
2,
4
],
"double_z": false,
"dropout": 0.0,
"in_channels": 4,
"num_res_blocks": 2,
"out_ch": 4,
"resolution": 256,
"z_channels": 256
},
"embed_dim": 256,
"n_embed": 2048,
"remap": null,
"sane_index_shape": false
}
|