wan_i2v.json 714 Bytes
Newer Older
1
2
3
4
5
{
    "infer_steps": 40,
    "target_video_length": 81,
    "target_height": 480,
    "target_width": 832,
wangshankun's avatar
wangshankun committed
6
7
8
    "self_attn_1_type": "flash_attn3",
    "cross_attn_1_type": "flash_attn3",
    "cross_attn_2_type": "flash_attn3",
9
10
11
12
13
    "sample_guide_scale": 5,
    "sample_shift": 5,
    "enable_cfg": true,
    "cpu_offload": false,
    "sub_servers": {
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
        "dit": [
            "http://localhost:9000"
        ],
        "prompt_enhancer": [
            "http://localhost:9001"
        ],
        "text_encoders": [
            "http://localhost:9002"
        ],
        "image_encoder": [
            "http://localhost:9003"
        ],
        "vae_model": [
            "http://localhost:9004"
        ]
29
30
    }
}