lightx2v_3_distill.json 545 Bytes
Newer Older
gushiqiao's avatar
gushiqiao committed
1
{
gushiqiao's avatar
gushiqiao committed
2
    "infer_steps": 4,
gushiqiao's avatar
gushiqiao committed
3
4
5
6
7
8
9
10
11
    "target_video_length": 81,
    "target_height": 480, // 720
    "target_width": 832, // 1280
    "self_attn_1_type": "sage_attn2",
    "cross_attn_1_type": "sage_attn2",
    "cross_attn_2_type": "sage_attn2",
    "seed": 42, //1234
    "sample_guide_scale": 5,
    "sample_shift": 5,
gushiqiao's avatar
gushiqiao committed
12
    "enable_cfg": false,
gushiqiao's avatar
gushiqiao committed
13
    "cpu_offload": false,
gushiqiao's avatar
gushiqiao committed
14
    "denoising_step_list": [1000, 750, 500, 250],
gushiqiao's avatar
gushiqiao committed
15
16
    "mm_config": {
        "mm_type": "W-fp8-channel-sym-A-fp8-channel-sym-dynamic-Sgl-ActVllm"
gushiqiao's avatar
gushiqiao committed
17
18
    },
    "use_tiling_vae": true
gushiqiao's avatar
gushiqiao committed
19
}