Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "bernini_renderer",
|
| 3 |
+
"architectures": ["BerniniRendererModel"],
|
| 4 |
+
"wan22_base": "Wan-AI/Wan2.2-T2V-A14B-Diffusers",
|
| 5 |
+
}
|