seko_talk_02_fp8.json 663 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
    "sample_shift": 5,
    "enable_cfg": false,
    "cpu_offload": false,
    "use_31_block": false,
16
    "clip_quantized": true,
gushiqiao's avatar
gushiqiao committed
17
    "clip_quant_scheme": "fp8-sgl",
18
19
    "dit_quantized": true,
    "dit_quant_scheme": "fp8-sgl",
helloyongyang's avatar
helloyongyang committed
20
    "adapter_quantized": true,
gushiqiao's avatar
gushiqiao committed
21
    "adapter_quant_scheme": "fp8-sgl",
22
    "t5_quantized": true,
gushiqiao's avatar
gushiqiao committed
23
    "t5_quant_scheme": "fp8-sgl"
gushiqiao's avatar
gushiqiao committed
24
}