File size: 322 Bytes
e9d66ad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"_class_name": "BitDanceAutoencoder",
"_diffusers_version": "0.36.0",
"ddconfig": {
"ch": 128,
"ch_mult": [
1,
1,
2,
2,
4,
8
],
"double_z": false,
"in_channels": 3,
"num_res_blocks": 4,
"out_ch": 3,
"z_channels": 128
},
"gan_decoder": true
}
|