CoolFace
Modelpublic

CoreloneH/Wanx

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes33downloads
config.json48 linesDownload Raw Back to root
1{2  "__name__": "Config: Transformer config for WanModel_S2V",3  "_class_name": "WanModel_S2V",4  "_diffusers_version": "0.37.0",5  "_name_or_path": "/mnt/mycephfs/framex/model/Wan2.2-S2V-14B",6  "adain_mode": "attn_norm",7  "add_last_motion": true,8  "audio_dim": 1024,9  "audio_inject_layers": [10    0,11    4,12    8,13    12,14    16,15    20,16    24,17    27,18    30,19    33,20    36,21    3922  ],23  "clip_in_dim": 1280,24  "cond_dim": 16,25  "dim": 5120,26  "enable_adain": true,27  "enable_framepack": true,28  "enable_motioner": false,29  "enable_tsm": false,30  "eps": 1e-06,31  "ffn_dim": 13824,32  "framepack_drop_mode": "padd",33  "freq_dim": 256,34  "img_emb_layers": null,35  "in_dim": 16,36  "model_type": "s2v",37  "motion_token_num": 1024,38  "num_audio_token": 4,39  "num_heads": 40,40  "num_layers": 40,41  "out_dim": 16,42  "text_len": 512,43  "trainable_token_pos_emb": false,44  "use_img_emb": false,45  "zero_init": true,46  "zero_timestep": true47}48