totoku commited on
Commit
3aa7402
·
verified ·
1 Parent(s): af523a0

Create config.json

Browse files
Files changed (1) hide show
  1. HuMo/transformer/config.json +16 -0
HuMo/transformer/config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "text_len": 512,
3
+ "patch_size": [1, 2, 2],
4
+ "dim": 5120,
5
+ "ffn_dim": 13824,
6
+ "freq_dim": 256,
7
+ "in_dim": 36,
8
+ "model_type": "i2v",
9
+ "num_heads": 40,
10
+ "num_layers": 40,
11
+ "window_size": [-1, -1],
12
+ "qk_norm": true,
13
+ "cross_attn_norm": true,
14
+ "eps": 1.0e-06,
15
+ "insert_audio": true
16
+ }