Create config.json
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "hydra_dit",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"HyDRAModel"
|
| 5 |
+
],
|
| 6 |
+
"framework": "pytorch",
|
| 7 |
+
"base_model_name_or_path": "Wan-AI/Wan2.1-T2V-1.3B",
|
| 8 |
+
"task_specific_params": {
|
| 9 |
+
"text-to-video": {
|
| 10 |
+
"hybrid_memory_enabled": true
|
| 11 |
+
}
|
| 12 |
+
}
|
| 13 |
+
}
|