Xiling6666 commited on
Commit
e3df1b9
·
verified ·
1 Parent(s): df5f843

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }