brezende commited on
Commit
1d348a3
1 Parent(s): 84a22d5

Bigger Samples

Browse files
Files changed (1) hide show
  1. vae/config.json +3 -3
vae/config.json CHANGED
@@ -4,10 +4,10 @@
4
  "_name_or_path": "/content/stable-diffusion-v1-5/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
- 128,
8
  256,
9
  512,
10
- 512
 
11
  ],
12
  "down_block_types": [
13
  "DownEncoderBlock2D",
@@ -20,7 +20,7 @@
20
  "layers_per_block": 2,
21
  "norm_num_groups": 32,
22
  "out_channels": 3,
23
- "sample_size": 512,
24
  "scaling_factor": 0.18215,
25
  "up_block_types": [
26
  "UpDecoderBlock2D",
 
4
  "_name_or_path": "/content/stable-diffusion-v1-5/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
 
7
  256,
8
  512,
9
+ 1024,
10
+ 1024
11
  ],
12
  "down_block_types": [
13
  "DownEncoderBlock2D",
 
20
  "layers_per_block": 2,
21
  "norm_num_groups": 32,
22
  "out_channels": 3,
23
+ "sample_size": 1024,
24
  "scaling_factor": 0.18215,
25
  "up_block_types": [
26
  "UpDecoderBlock2D",