Commit ·
e1758d0
1
Parent(s): ab29ff2
Update config.json
Browse files- config.json +7 -3
config.json
CHANGED
|
@@ -4,9 +4,13 @@
|
|
| 4 |
"attention_resolutions": [
|
| 5 |
16
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
],
|
| 11 |
"context_dim": null,
|
| 12 |
"conv_resample": true,
|
|
|
|
| 4 |
"attention_resolutions": [
|
| 5 |
16
|
| 6 |
],
|
| 7 |
+
"input_channels": [
|
| 8 |
+
32,
|
| 9 |
+
32
|
| 10 |
+
],
|
| 11 |
+
"output_channels": [
|
| 12 |
+
32,
|
| 13 |
+
64,
|
| 14 |
],
|
| 15 |
"context_dim": null,
|
| 16 |
"conv_resample": true,
|