wan_t2v.json 350 Bytes
Newer Older
helloyongyang's avatar
helloyongyang committed
1
2
3
{
    "infer_steps": 50,
    "target_video_length": 81,
4
    "text_len": 512,
helloyongyang's avatar
helloyongyang committed
5
6
    "target_height": 480,
    "target_width": 832,
wangshankun's avatar
wangshankun committed
7
8
9
    "self_attn_1_type": "flash_attn3",
    "cross_attn_1_type": "flash_attn3",
    "cross_attn_2_type": "flash_attn3",
helloyongyang's avatar
helloyongyang committed
10
11
    "sample_guide_scale": 6,
    "sample_shift": 8,
12
    "enable_cfg": true,
13
    "cpu_offload": false
helloyongyang's avatar
helloyongyang committed
14
}