femboysLover commited on
Commit
d7db422
·
verified ·
1 Parent(s): fb36277

Update config.json

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