wan_moe_i2v_distill.json 584 Bytes
Newer Older
1
2
3
4
{
    "infer_steps": 4,
    "target_video_length": 81,
    "text_len": 512,
gushiqiao's avatar
gushiqiao committed
5
6
    "target_height": 720,
    "target_width": 1280,
7
8
9
10
11
12
13
14
    "self_attn_1_type": "flash_attn3",
    "cross_attn_1_type": "flash_attn3",
    "cross_attn_2_type": "flash_attn3",
    "seed": 42,
    "sample_guide_scale": [3.5, 3.5],
    "sample_shift": 5.0,
    "enable_cfg": false,
    "cpu_offload": true,
gushiqiao's avatar
gushiqiao committed
15
    "offload_granularity": "block",
gushiqiao's avatar
gushiqiao committed
16
17
    "t5_cpu_offload": false,
    "vae_cpu_offload": false,
18
19
    "use_image_encoder": false,
    "boundary_step_index": 2,
gushiqiao's avatar
gushiqiao committed
20
    "denoising_step_list": [1000, 750, 500, 250]
21
}