femboysLover commited on
Commit
75d2739
·
verified ·
1 Parent(s): 4c27855

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -5
config.json CHANGED
@@ -2,15 +2,18 @@
2
  "_class_name": "CascadeAutoencoderKL",
3
  "_diffusers_version": "0.28.2",
4
  "act_fn": "silu",
5
- "block_out_channels": [
6
- 64
7
  ],
8
  "down_block_types": [
9
- "DownEncoderBlock2D"
 
 
 
10
  ],
11
  "force_upcast": true,
12
  "in_channels": 3,
13
- "latent_channels": 4,
14
  "latents_mean": null,
15
  "latents_std": null,
16
  "layers_per_block": 1,
@@ -19,6 +22,9 @@
19
  "sample_size": 32,
20
  "scaling_factor": 0.18215,
21
  "up_block_types": [
22
- "UpDecoderBlock2D"
 
 
 
23
  ]
24
  }
 
2
  "_class_name": "CascadeAutoencoderKL",
3
  "_diffusers_version": "0.28.2",
4
  "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 32,64,128,256
7
  ],
8
  "down_block_types": [
9
+ "DownEncoderBlock2D",
10
+ "DownEncoderBlock2D",
11
+ "DownEncoderBlock2D",
12
+ "DownEncoderBlock2D",
13
  ],
14
  "force_upcast": true,
15
  "in_channels": 3,
16
+ "latent_channels": 1,
17
  "latents_mean": null,
18
  "latents_std": null,
19
  "layers_per_block": 1,
 
22
  "sample_size": 32,
23
  "scaling_factor": 0.18215,
24
  "up_block_types": [
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D",
29
  ]
30
  }