wan_i2v_audio.json 981 Bytes
Newer Older
wangshankun's avatar
wangshankun committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "infer_steps": 6,
    "target_fps": 16,
    "video_duration": 16,
    "audio_sr": 16000,
    "text_len": 512,
    "target_video_length": 81,
    "target_height": 720,
    "target_width": 1280,
    "self_attn_1_type": "flash_attn3",
    "cross_attn_1_type": "flash_attn3",
    "cross_attn_2_type": "flash_attn3",
    "seed": 42,
    "sample_guide_scale": [1.0, 1.0],
    "sample_shift": 5.0,
    "enable_cfg": false,
    "cpu_offload": true,
    "offload_granularity": "model",
    "boundary": 0.900,
    "use_image_encoder": false,
    "use_31_block": false,
    "lora_configs": [
        { 
        "name": "high_noise_model",
        "path": "/mnt/Text2Video/wuzhuguanyu/Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank64.safetensors",
        "strength": 1.0
        },
        { 
        "name": "low_noise_model",
        "path": "/mnt/Text2Video/wuzhuguanyu/Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank64.safetensors",
        "strength": 1.0
        }
      ]
}