seko_talk_02_fp8.json 624 Bytes
Newer Older
gushiqiao's avatar
gushiqiao committed
1
2
3
{
    "infer_steps": 4,
    "target_fps": 16,
4
    "video_duration": 360,
gushiqiao's avatar
gushiqiao committed
5
6
    "audio_sr": 16000,
    "target_video_length": 81,
7
    "resize_mode": "adaptive",
gushiqiao's avatar
gushiqiao committed
8
9
10
    "self_attn_1_type": "sage_attn2",
    "cross_attn_1_type": "sage_attn2",
    "cross_attn_2_type": "sage_attn2",
11
    "sample_guide_scale": 1.0,
gushiqiao's avatar
gushiqiao committed
12
13
14
15
16
    "sample_shift": 5,
    "enable_cfg": false,
    "cpu_offload": false,
    "use_31_block": false,
    "mm_config": {
17
        "mm_type": "W-fp8-channel-sym-A-fp8-channel-sym-dynamic-Sgl"
helloyongyang's avatar
helloyongyang committed
18
19
    },
    "adapter_quantized": true,
20
21
22
    "adapter_quant_scheme": "fp8",
    "t5_quantized": true,
    "t5_quant_scheme": "fp8"
gushiqiao's avatar
gushiqiao committed
23
}