JackAILab commited on
Commit
4326efc
·
verified ·
1 Parent(s): 5136bba

Add UnityVideo 5B configuration

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "UnifiedWanModel",
3
+ "base_model": "Wan-AI/Wan2.2-TI2V-5B",
4
+ "checkpoint_step": 15000,
5
+ "ema_decay": 0.9999,
6
+ "modalities": [
7
+ "depth",
8
+ "densepose",
9
+ "raft",
10
+ "segmentation",
11
+ "skeleton"
12
+ ],
13
+ "modality_weights": [0.2, 0.2, 0.2, 0.4, 0.4],
14
+ "tasks": ["text2all", "video2flow", "flow2video"],
15
+ "task_weights": [0.5, 0.25, 0.25],
16
+ "num_frames": 33,
17
+ "height": 256,
18
+ "width": 256,
19
+ "checkpoint_sha256": {
20
+ "ema": "0df3909e312526c46f68097958afa055868f73354fe4276d693f7ebc398e6a39",
21
+ "raw": "4ee83a43ffdbaee90e7ff6a25fe108d8d65d255cd0803e3972bbbfb5b01db48c"
22
+ }
23
+ }