wan_t2v_distill_4step_cfg.json 438 Bytes
Newer Older
1
2
3
4
5
6
{
    "infer_steps": 4,
    "target_video_length": 81,
    "text_len": 512,
    "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",
10
    "sample_guide_scale": 6,
Zhuguanyu Wu's avatar
Zhuguanyu Wu committed
11
    "sample_shift": 5,
12
13
    "enable_cfg": false,
    "cpu_offload": false,
14
15
16
17
18
    "denoising_step_list": [
        1000,
        750,
        500,
        250
gushiqiao's avatar
gushiqiao committed
19
    ]
20
}