ruichen9618 commited on
Commit
30d7b98
·
verified ·
1 Parent(s): 6dd221b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +27 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "CausalWanModel",
3
+ "_diffusers_version": "0.33.0",
4
+ "model_type": "ti2v",
5
+ "patch_size": [1, 2, 2],
6
+ "text_len": 512,
7
+ "text_dim": 4096,
8
+ "in_dim": 48,
9
+ "dim": 3072,
10
+ "ffn_dim": 14336,
11
+ "freq_dim": 256,
12
+ "out_dim": 48,
13
+ "num_heads": 24,
14
+ "num_layers": 30,
15
+ "local_attn_size": 12,
16
+ "sink_size": 3,
17
+ "qk_norm": true,
18
+ "cross_attn_norm": true,
19
+ "eps": 1e-06,
20
+ "add_control_adapter": true,
21
+ "in_dim_control_adapter": 24,
22
+ "downscale_factor_control_adapter": 16,
23
+ "add_ref_conv": false,
24
+ "cam_method": "prope",
25
+ "attn_compress": 4,
26
+ "cam_self_attn_layers": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]
27
+ }