Upload config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"DiffusionTransformer3D"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "kandinsky5"
|
| 6 |
+
}
|