Commit
·
2a0f14d
1
Parent(s):
a01c0a1
Update unet/config.json (#14)
Browse files- Update unet/config.json (6ecfa5b881ec843e114b843b4a9f33ac74ce0f5d)
Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>
- unet/config.json +1 -1
unet/config.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
"norm_eps": 1e-05,
|
| 27 |
"norm_num_groups": 32,
|
| 28 |
"out_channels": 4,
|
| 29 |
-
"sample_size":
|
| 30 |
"up_block_types": [
|
| 31 |
"UpBlock2D",
|
| 32 |
"CrossAttnUpBlock2D",
|
|
|
|
| 26 |
"norm_eps": 1e-05,
|
| 27 |
"norm_num_groups": 32,
|
| 28 |
"out_channels": 4,
|
| 29 |
+
"sample_size": 64,
|
| 30 |
"up_block_types": [
|
| 31 |
"UpBlock2D",
|
| 32 |
"CrossAttnUpBlock2D",
|