BiliSakura commited on
Commit
f068ae6
·
verified ·
1 Parent(s): 3d2b0a5

Update all files for BitDance-Tokenizer-diffusers

Browse files
Files changed (1) hide show
  1. 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
+ }