BiliSakura commited on
Commit
823b28f
·
verified ·
1 Parent(s): e4c6c1d

Update all files for BitDance-ImageNet-diffusers

Browse files
BitDance_L_1x/autoencoder/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "BitDanceImageNetAutoencoder",
3
+ "_diffusers_version": "0.36.0",
4
+ "ddconfig": {
5
+ "double_z": false,
6
+ "z_channels": 32,
7
+ "in_channels": 3,
8
+ "out_ch": 3,
9
+ "ch": 256,
10
+ "ch_mult": [
11
+ 1,
12
+ 1,
13
+ 2,
14
+ 2,
15
+ 4
16
+ ],
17
+ "num_res_blocks": 4
18
+ },
19
+ "source_checkpoint": "/data/projects/BitDance/models/shallowdream204/BitDance-ImageNet/ae_d16c32.pt",
20
+ "num_codebooks": 4
21
+ }