patrickvonplaten commited on
Commit
195c043
1 Parent(s): 51b7853

Correct sample size

Browse files

VAE should output an image of size 512x512 just like v1-4: https://huggingface.co/CompVis/stable-diffusion-v1-4/blob/main/vae/config.json#L21

Files changed (1) hide show
  1. vae/config.json +1 -1
vae/config.json CHANGED
@@ -19,7 +19,7 @@
19
  "layers_per_block": 2,
20
  "norm_num_groups": 32,
21
  "out_channels": 3,
22
- "sample_size": 256,
23
  "up_block_types": [
24
  "UpDecoderBlock2D",
25
  "UpDecoderBlock2D",
19
  "layers_per_block": 2,
20
  "norm_num_groups": 32,
21
  "out_channels": 3,
22
+ "sample_size": 512,
23
  "up_block_types": [
24
  "UpDecoderBlock2D",
25
  "UpDecoderBlock2D",