jadechoghari commited on
Commit
2024751
1 Parent(s): fcb87a1

Update vae/config.json

Browse files
Files changed (1) hide show
  1. vae/config.json +6 -9
vae/config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.18.2",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
- 128,
7
  128,
8
  256,
9
- 256
 
10
  ],
11
  "down_block_types": [
12
  "DownEncoderBlock2D",
@@ -14,6 +14,7 @@
14
  "DownEncoderBlock2D",
15
  "DownEncoderBlock2D"
16
  ],
 
17
  "in_channels": 3,
18
  "latent_channels": 4,
19
  "layers_per_block": 2,
@@ -26,9 +27,5 @@
26
  "UpDecoderBlock2D",
27
  "UpDecoderBlock2D",
28
  "UpDecoderBlock2D"
29
- ],
30
- "double_z": true,
31
- "use_quant_conv": true,
32
- "use_post_quant_conv": true,
33
- "dropout": 0.0
34
- }
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.24.0",
4
  "act_fn": "silu",
5
  "block_out_channels": [
 
6
  128,
7
  256,
8
+ 512,
9
+ 512
10
  ],
11
  "down_block_types": [
12
  "DownEncoderBlock2D",
 
14
  "DownEncoderBlock2D",
15
  "DownEncoderBlock2D"
16
  ],
17
+ "force_upcast": true,
18
  "in_channels": 3,
19
  "latent_channels": 4,
20
  "layers_per_block": 2,
 
27
  "UpDecoderBlock2D",
28
  "UpDecoderBlock2D",
29
  "UpDecoderBlock2D"
30
+ ]
31
+ }