wan_i2v_distill_4step_cfg.json 479 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
    "sample_guide_scale": 5,
    "sample_shift": 5,
    "enable_cfg": false,
    "cpu_offload": false,
13
14
15
16
17
    "denoising_step_list": [
        1000,
        750,
        500,
        250
18
19
    ],
    "dit_quantized": true,
gushiqiao's avatar
gushiqiao committed
20
    "dit_quant_scheme": "fp8-sgl"
21
}