wan_t2v_phase.json 671 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
14
15
    "seed": 42,
    "sample_guide_scale": 6,
    "sample_shift": 8,
    "enable_cfg": true,
    "cpu_offload": true,
    "offload_granularity": "phase",
16
    "dit_quantized_ckpt": "/path/to/dit_int8",
17
    "mm_config": {
18
        "mm_type": "W-int8-channel-sym-A-int8-channel-sym-dynamic-Q8F"
19
20
21
    },
    "tiny_vae": true,
    "tiny_vae_path": "/mnt/afs_2/gushiqiao/x2v_models/taew2_1.pth",
22
    "t5_offload_granularity": "block"
helloyongyang's avatar
helloyongyang committed
23
}