wan_i2v_custom_720p.json 753 Bytes
Newer Older
1
2
3
4
5
{
    "infer_steps": 40,
    "target_video_length": 81,
    "target_height": 1280,
    "target_width": 720,
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
13
14
    "sample_guide_scale": 5,
    "sample_shift": 3,
    "enable_cfg": true,
    "cpu_offload": false,
    "feature_caching": "Custom",
    "coefficients": [
15
16
17
18
19
20
21
22
23
24
25
26
27
28
        [
            8.10705460e03,
            2.13393892e03,
            -3.72934672e02,
            1.66203073e01,
            -4.17769401e-02
        ],
        [
            -114.36346466,
            65.26524496,
            -18.82220707,
            4.91518089,
            -0.23412683
        ]
29
    ],
Yang Rongjin's avatar
Yang Rongjin committed
30
    "use_ret_steps": false,
31
32
    "teacache_thresh": 0.26
}