Diffusers
Safetensors
English
fengchang-ll commited on
Commit
42e998a
·
verified ·
1 Parent(s): cb610f3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. transformer/config.json +15 -16
transformer/config.json CHANGED
@@ -1,24 +1,23 @@
1
  {
2
- "_class_name": "WanTransformer3DModel",
3
- "_diffusers_version": "0.35.0.dev0",
4
- "added_kv_proj_dim": null,
5
- "attention_head_dim": 128,
6
- "cross_attn_norm": true,
7
- "eps": 1e-06,
8
- "ffn_dim": 14336,
9
- "freq_dim": 256,
10
- "image_dim": null,
11
- "in_channels": 48,
12
- "num_attention_heads": 24,
13
- "num_layers": 30,
14
- "out_channels": 48,
15
  "patch_size": [
16
  1,
17
  2,
18
  2
19
  ],
20
- "pos_embed_seq_len": null,
21
- "qk_norm": "rms_norm_across_heads",
 
 
 
 
 
 
 
 
 
22
  "rope_max_seq_len": 1024,
23
- "text_dim": 4096
 
 
 
24
  }
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "patch_size": [
3
  1,
4
  2,
5
  2
6
  ],
7
+ "num_attention_heads": 24,
8
+ "attention_head_dim": 128,
9
+ "in_channels": 48,
10
+ "out_channels": 48,
11
+ "action_dim": 30,
12
+ "text_dim": 4096,
13
+ "freq_dim": 256,
14
+ "ffn_dim": 14336,
15
+ "num_layers": 30,
16
+ "cross_attn_norm": true,
17
+ "eps": 1e-06,
18
  "rope_max_seq_len": 1024,
19
+ "pos_embed_seq_len": null,
20
+ "attn_mode": "flex",
21
+ "_class_name": "WanTransformer3DModel",
22
+ "_diffusers_version": "0.35.0.dev0"
23
  }