Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"AutoConfig": "configuration.DigitDiffusionConfig",
|
| 5 |
"AutoModel": "modeling.DigitDiffusionModel"
|
| 6 |
},
|
| 7 |
-
"block_out_channels": [12,
|
| 8 |
"class_embed_type": null,
|
| 9 |
"cross_attention_dim": 8,
|
| 10 |
"down_block_types": ["DownBlock2D", "DownBlock2D", "DownBlock2D"],
|
|
|
|
| 4 |
"AutoConfig": "configuration.DigitDiffusionConfig",
|
| 5 |
"AutoModel": "modeling.DigitDiffusionModel"
|
| 6 |
},
|
| 7 |
+
"block_out_channels": [12, 16],
|
| 8 |
"class_embed_type": null,
|
| 9 |
"cross_attention_dim": 8,
|
| 10 |
"down_block_types": ["DownBlock2D", "DownBlock2D", "DownBlock2D"],
|