Commit
·
a6eaa35
1
Parent(s):
651c95b
Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"CrossAttnDownBlock2D"
|
| 13 |
],
|
| 14 |
"dropout": 0.0,
|
| 15 |
-
"in_channels":
|
| 16 |
"layers_per_block": 2,
|
| 17 |
"out_channels": 4,
|
| 18 |
"sample_size": 32,
|
|
|
|
| 12 |
"CrossAttnDownBlock2D"
|
| 13 |
],
|
| 14 |
"dropout": 0.0,
|
| 15 |
+
"in_channels": 8,
|
| 16 |
"layers_per_block": 2,
|
| 17 |
"out_channels": 4,
|
| 18 |
"sample_size": 32,
|