Commit
·
e9c9570
1
Parent(s):
69e4c38
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 (b791a3293bd02570181f7124c460c34cea761057)
Co-authored-by: Patrick von Platen <[email protected]>
- unet/config.json +1 -1
unet/config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"norm_num_groups": 32,
|
36 |
"only_cross_attention": false,
|
37 |
"out_channels": 4,
|
38 |
-
"sample_size":
|
39 |
"up_block_types": [
|
40 |
"UpBlock2D",
|
41 |
"CrossAttnUpBlock2D",
|
|
|
35 |
"norm_num_groups": 32,
|
36 |
"only_cross_attention": false,
|
37 |
"out_channels": 4,
|
38 |
+
"sample_size": 96,
|
39 |
"up_block_types": [
|
40 |
"UpBlock2D",
|
41 |
"CrossAttnUpBlock2D",
|