Commit
•
bd5db60
1
Parent(s):
634a00f
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#1)
Browse files- Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (b091789174e9ea685ee4f45edcca4ca059501343)
Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>
- unet/config.json +1 -1
unet/config.json
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
"norm_eps": 1e-05,
|
29 |
"norm_num_groups": 32,
|
30 |
"out_channels": 4,
|
31 |
-
"sample_size":
|
32 |
"up_block_types": [
|
33 |
"UpBlock2D",
|
34 |
"CrossAttnUpBlock2D",
|
|
|
28 |
"norm_eps": 1e-05,
|
29 |
"norm_num_groups": 32,
|
30 |
"out_channels": 4,
|
31 |
+
"sample_size": 64,
|
32 |
"up_block_types": [
|
33 |
"UpBlock2D",
|
34 |
"CrossAttnUpBlock2D",
|