wan_skyreels_v2_i2v.json 300 Bytes
Newer Older
1
2
3
4
5
6
{
    "infer_steps": 30,
    "target_video_length": 97,
    "text_len": 512,
    "target_height": 544,
    "target_width": 960,
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": 5,
11
    "sample_shift": 3
12
}