wan_i2v_distill_4step_cfg.json 395 Bytes
Newer Older
1
2
3
4
5
{
    "infer_steps": 4,
    "target_video_length": 81,
    "target_height": 480,
    "target_width": 832,
wangshankun's avatar
wangshankun committed
6
7
8
    "self_attn_1_type": "flash_attn3",
    "cross_attn_1_type": "flash_attn3",
    "cross_attn_2_type": "flash_attn3",
9
10
11
12
13
    "seed": 42,
    "sample_guide_scale": 5,
    "sample_shift": 5,
    "enable_cfg": false,
    "cpu_offload": false,
Zhuguanyu Wu's avatar
Zhuguanyu Wu committed
14
    "denoising_step_list": [1000, 750, 500, 250]
15
}