Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"in_channels": 4,
|
21 |
"layers_per_block": 2,
|
22 |
"out_channels": 4,
|
23 |
-
"sample_size":
|
24 |
"up_block_types": [
|
25 |
"UpBlock2D",
|
26 |
"CrossAttnUpBlock2D",
|
|
|
20 |
"in_channels": 4,
|
21 |
"layers_per_block": 2,
|
22 |
"out_channels": 4,
|
23 |
+
"sample_size": 64,
|
24 |
"up_block_types": [
|
25 |
"UpBlock2D",
|
26 |
"CrossAttnUpBlock2D",
|