Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
1280
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
-
"cross_attention_dim":
|
14 |
"down_block_types": [
|
15 |
"CrossAttnDownBlock2D",
|
16 |
"CrossAttnDownBlock2D",
|
|
|
10 |
1280
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
+
"cross_attention_dim": null,
|
14 |
"down_block_types": [
|
15 |
"CrossAttnDownBlock2D",
|
16 |
"CrossAttnDownBlock2D",
|