wan_i2v_audio_quant.json 690 Bytes
Newer Older
gushiqiao's avatar
gushiqiao committed
1
2
3
{
    "infer_steps": 4,
    "target_fps": 16,
4
    "video_duration": 12,
gushiqiao's avatar
gushiqiao committed
5
6
7
8
9
10
11
12
    "audio_sr": 16000,
    "target_video_length": 81,
    "target_height": 720,
    "target_width": 1280,
    "self_attn_1_type": "sage_attn2",
    "cross_attn_1_type": "sage_attn2",
    "cross_attn_2_type": "sage_attn2",
    "seed": 42,
13
    "sample_guide_scale": 1.0,
gushiqiao's avatar
gushiqiao committed
14
15
16
17
    "sample_shift": 5,
    "enable_cfg": false,
    "cpu_offload": false,
    "use_31_block": false,
18
    "adaptive_resize": true,
gushiqiao's avatar
gushiqiao committed
19
20
    "mm_config": {
        "mm_type": "W-fp8-channel-sym-A-fp8-channel-sym-dynamic-Vllm"
helloyongyang's avatar
helloyongyang committed
21
22
    },
    "adapter_quantized": true,
23
24
25
    "adapter_quant_scheme": "fp8",
    "t5_quantized": true,
    "t5_quant_scheme": "fp8"
gushiqiao's avatar
gushiqiao committed
26
}