File size: 1,187 Bytes
7b538fb |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
{
"_class_name": "CausalMatrixGameWanModel",
"_diffusers_version": "0.33.1",
"hidden_size": 1536,
"num_attention_heads": 12,
"attention_head_dim": 128,
"in_channels": 36,
"out_channels": 16,
"num_layers": 30,
"ffn_dim": 8960,
"freq_dim": 256,
"eps": 1e-06,
"qk_norm": "rms_norm_across_heads",
"patch_size": [
1,
2,
2
],
"action_config": {
"blocks": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
],
"enable_keyboard": true,
"enable_mouse": true,
"heads_num": 16,
"hidden_size": 128,
"img_hidden_size": 1536,
"keyboard_dim_in": 4,
"keyboard_hidden_dim": 1024,
"mouse_dim_in": 2,
"mouse_hidden_dim": 1024,
"mouse_qk_dim_list": [
8,
28,
28
],
"patch_size": [
1,
2,
2
],
"qk_norm": true,
"qkv_bias": false,
"rope_dim_list": [
8,
28,
28
],
"rope_theta": 256,
"vae_time_compression_ratio": 4,
"windows_size": 3
},
"image_dim": 1280,
"text_dim": 0,
"local_attn_size": 6,
"sink_size": 0,
"text_len": 512
} |