hunyuan_i2v.json 414 Bytes
Newer Older
1
2
3
4
5
6
7
{
    "infer_steps": 20,
    "target_video_length": 33,
    "i2v_resolution": "720p",
    "attention_type": "flash_attn3",
    "seed": 0,
    "sub_servers": {
8
        "dit": ["http://localhost:9000"],
9
        "prompt_enhancer": ["http://localhost:9001"],
10
        "image_encoder": ["http://localhost:9003"],
11
12
13
14
        "text_encoders": ["http://localhost:9002"],
        "vae_model": ["http://localhost:9004"]
    }
}