wan_i2v_phase_lazy_load.json 838 Bytes
Newer Older
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
{
    "infer_steps": 40,
    "target_video_length": 81,
    "target_height": 480,
    "target_width": 832,
    "attention_type": "sage_attn2",
    "seed": 42,
    "sample_guide_scale": 5,
    "sample_shift": 5,
    "enable_cfg": true,
    "cpu_offload": true,
    "offload_granularity": "phase",
    "t5_offload_granularity": "block",
    "dit_quantized_ckpt": "/path/to/dit_int8",
    "mm_config": {
        "mm_type": "W-int8-channel-sym-A-int8-channel-sym-dynamic-Q8F"
    },
    "t5_quantized": true,
    "t5_quantized_ckpt": "/path/to/models_t5_umt5-xxl-enc-int8.pth",
    "t5_quant_scheme": "int8",
    "clip_quantized": true,
    "clip_quantized_ckpt": "/path/to/clip_int8.pth",
    "clip_quant_scheme": "int8",
    "use_tiling_vae": true,
    "tiny_vae": true,
    "tiny_vae_path": "/path/to/taew2_1.pth",
    "lazy_load": true
}