wan_i2v_block.json 640 Bytes
Newer Older
1
{
2
    "infer_steps": 40,
3
4
5
    "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
    "sample_guide_scale": 5,
    "sample_shift": 5,
11
    "enable_cfg": true,
gushiqiao's avatar
gushiqiao committed
12
13
14
15
16
17
    "dit_quantized": true,
    "dit_quant_scheme": "fp8-q8f",
    "t5_quantized": true,
    "t5_quant_scheme": "fp8-q8f",
    "clip_quantized": true,
    "clip_quant_scheme": "fp8-q8f",
18
19
    "cpu_offload": true,
    "offload_granularity": "block",
gushiqiao's avatar
gushiqiao committed
20
21
22
    "t5_cpu_offload": false,
    "vae_cpu_offload": false,
    "clip_cpu_offload": false
23
}