wan_t2v_custom_1_3b.json 785 Bytes
Newer Older
1
2
3
4
5
6
{
    "infer_steps": 50,
    "target_video_length": 81,
    "text_len": 512,
    "target_height": 480,
    "target_width": 832,
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
11
12
13
14
15
    "sample_guide_scale": 6,
    "sample_shift": 8,
    "enable_cfg": true,
    "cpu_offload": false,
    "feature_caching": "Custom",
    "coefficients": [
16
17
18
19
20
21
22
23
24
25
26
27
28
29
        [
            -5.21862437e04,
            9.23041404e03,
            -5.28275948e02,
            1.36987616e01,
            -4.99875664e-02
        ],
        [
            2.39676752e03,
            -1.31110545e03,
            2.01331979e02,
            -8.29855975e00,
            1.37887774e-01
        ]
30
    ],
Yang Rongjin's avatar
Yang Rongjin committed
31
    "use_ret_steps": false,
32
33
    "teacache_thresh": 0.26
}