wan_t2v_phase.json 633 Bytes
Newer Older
1
2
3
4
5
6
{
    "infer_steps": 50,
    "target_video_length": 81,
    "text_len": 512,
    "target_height": 480,
    "target_width": 832,
wangshankun's avatar
wangshankun committed
7
8
9
    "self_attn_1_type": "sage_attn2",
    "cross_attn_1_type": "sage_attn2",
    "cross_attn_2_type": "sage_attn2",
10
11
12
13
    "sample_guide_scale": 6,
    "sample_shift": 8,
    "enable_cfg": true,
    "cpu_offload": true,
gushiqiao's avatar
gushiqiao committed
14
    "t5_cpu_offload": true,
15
    "offload_granularity": "phase",
16
    "dit_quantized_ckpt": "/path/to/dit_int8",
17
18
    "dit_quantized": true,
    "dit_quant_scheme": "int8-q8f",
helloyongyang's avatar
helloyongyang committed
19
    "use_tiny_vae": true,
GoatWu's avatar
GoatWu committed
20
    "tiny_vae_path": "/x2v_models/taew2_1.pth",
21
    "t5_offload_granularity": "block"
helloyongyang's avatar
helloyongyang committed
22
}