wan_skyreels_v2_df.json 434 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
{
    "infer_steps": 20,
    "target_video_length": 97,
    "text_len": 512,
    "target_height": 544,
    "target_width": 960,
    "num_frames": 257,
    "base_num_frames": 97,
    "overlap_history": 17,
    "addnoise_condition": 0,
    "causal_block_size": 1,
wangshankun's avatar
wangshankun committed
12
13
14
    "self_attn_1_type": "flash_attn3",
    "cross_attn_1_type": "flash_attn3",
    "cross_attn_2_type": "flash_attn3",
15
    "sample_guide_scale": 5,
16
    "sample_shift": 3
17
}