Update all files for BitDance-Tokenizer-diffusers
Browse files- ae_d16c32/config.json +20 -0
ae_d16c32/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "BitDanceAutoencoder",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"ddconfig": {
|
| 5 |
+
"ch": 256,
|
| 6 |
+
"ch_mult": [
|
| 7 |
+
1,
|
| 8 |
+
1,
|
| 9 |
+
2,
|
| 10 |
+
2,
|
| 11 |
+
4
|
| 12 |
+
],
|
| 13 |
+
"double_z": false,
|
| 14 |
+
"in_channels": 3,
|
| 15 |
+
"num_res_blocks": 4,
|
| 16 |
+
"out_ch": 3,
|
| 17 |
+
"z_channels": 32
|
| 18 |
+
},
|
| 19 |
+
"gan_decoder": false
|
| 20 |
+
}
|