wan_animate_replace_4090.json 675 Bytes
Newer Older
xuwx1's avatar
xuwx1 committed
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
{
    "infer_steps": 20,
    "target_video_length": 77,
    "text_len": 512,
    "target_height": 720,
    "target_width": 1280,
    "self_attn_1_type": "sage_attn2",
    "cross_attn_1_type": "sage_attn2",
    "cross_attn_2_type": "sage_attn2",
    "adapter_attn_type": "sage_attn2",
    "sample_shift": 5.0,
    "sample_guide_scale": 5.0,
    "enable_cfg": false,
    "cpu_offload": true,
    "offload_granularity": "phase",
    "refert_num": 1,
    "fps": 30,
    "replace_flag": true,
    "dit_quantized": true,
    "dit_quant_scheme": "fp8-q8f",
    "t5_quantized": true,
    "t5_quant_scheme": "fp8-q8f",
    "clip_quantized": true,
    "clip_quant_scheme": "fp8-q8f"
}