wan_i2v_phase_lazy_load.json 1.17 KB
Newer Older
1
{
gushiqiao's avatar
gushiqiao committed
2
    "infer_steps": 20,
3
4
5
6
7
8
9
    "target_video_length": 81,
    "target_height": 480,
    "target_width": 832,
    "attention_type": "sage_attn2",
    "seed": 42,
    "sample_guide_scale": 5,
    "sample_shift": 5,
gushiqiao's avatar
gushiqiao committed
10
    "enable_cfg": false,
11
12
13
    "cpu_offload": true,
    "offload_granularity": "phase",
    "t5_offload_granularity": "block",
gushiqiao's avatar
gushiqiao committed
14
    "dit_quantized_ckpt": "/wan_cfg_models/Wan2.1-I2V-480P-cfg-blocks-fp8/",
15
    "mm_config": {
gushiqiao's avatar
gushiqiao committed
16
        "mm_type": "W-fp8-channel-sym-A-fp8-channel-sym-dynamic-Vllm"
17
18
    },
    "t5_quantized": true,
gushiqiao's avatar
gushiqiao committed
19
    "t5_quantized_ckpt": "/wan_cfg_models/models_t5_umt5-xxl-enc-int8.pth",
20
21
    "t5_quant_scheme": "int8",
    "clip_quantized": true,
gushiqiao's avatar
gushiqiao committed
22
    "clip_quantized_ckpt": "/wan_cfg_models/clip-int8.pth",
23
24
25
    "clip_quant_scheme": "int8",
    "use_tiling_vae": true,
    "tiny_vae": true,
gushiqiao's avatar
gushiqiao committed
26
27
28
29
30
31
32
33
34
    "tiny_vae_path": "/mnt/afs_2/gushiqiao/x2v_models/taew2_1.pth",
    "lazy_load": true,
    "feature_caching": "Tea",
    "coefficients": [
        [2.57151496e05, -3.54229917e04, 1.40286849e03, -1.35890334e01, 1.32517977e-01],
        [-3.02331670e02, 2.23948934e02, -5.25463970e01, 5.87348440e00, -2.01973289e-01]
    ],
    "use_ret_steps": true,
    "teacache_thresh": 0.26
35
}