BiliSakura commited on
Commit
e9d66ad
·
verified ·
1 Parent(s): fd2ffe0

Update all files for BitDance-Tokenizer-diffusers

Browse files
Files changed (1) hide show
  1. ae_d32c128/config.json +21 -0
ae_d32c128/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "BitDanceAutoencoder",
3
+ "_diffusers_version": "0.36.0",
4
+ "ddconfig": {
5
+ "ch": 128,
6
+ "ch_mult": [
7
+ 1,
8
+ 1,
9
+ 2,
10
+ 2,
11
+ 4,
12
+ 8
13
+ ],
14
+ "double_z": false,
15
+ "in_channels": 3,
16
+ "num_res_blocks": 4,
17
+ "out_ch": 3,
18
+ "z_channels": 128
19
+ },
20
+ "gan_decoder": true
21
+ }