wan_i2v.json 329 Bytes
Newer Older
helloyongyang's avatar
helloyongyang committed
1
2
3
4
5
{
    "infer_steps": 40,
    "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",
helloyongyang's avatar
helloyongyang committed
9
    "sample_guide_scale": 5,
gushiqiao's avatar
gushiqiao committed
10
    "sample_shift": 3,
root's avatar
root committed
11
    "enable_cfg": true,
12
    "cpu_offload": false
helloyongyang's avatar
helloyongyang committed
13
}