amankishore patrickvonplaten commited on
Commit
b773379
1 Parent(s): 024ed1d

Correct `sample_size` of Stable Diffusion 2's unet to have correct width and height default (#1)

Browse files

- Correct `sample_size` of Stable Diffusion 2's unet to have correct width and height default (99afec8f28b1a050565f4263613276df060bb853)


Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>

Files changed (1) hide show
  1. unet/config.json +1 -1
unet/config.json CHANGED
@@ -35,7 +35,7 @@
35
  "num_class_embeds": null,
36
  "only_cross_attention": false,
37
  "out_channels": 4,
38
- "sample_size": 64,
39
  "up_block_types": [
40
  "UpBlock2D",
41
  "CrossAttnUpBlock2D",
 
35
  "num_class_embeds": null,
36
  "only_cross_attention": false,
37
  "out_channels": 4,
38
+ "sample_size": 96,
39
  "up_block_types": [
40
  "UpBlock2D",
41
  "CrossAttnUpBlock2D",