seko_talk_17_base_vsr.json 613 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": 2,
    "target_fps": 25,
    "video_duration": 1,
    "audio_sr": 16000,
    "target_video_length": 25,
    "resize_mode": "fixed_shape",
    "fixed_shape": [
        192,
        320
    ],
    "self_attn_1_type": "flash_attn3",
    "cross_attn_1_type": "flash_attn3",
    "cross_attn_2_type": "flash_attn3",
    "sample_guide_scale": 1.0,
    "sample_shift": 5,
    "enable_cfg": false,
    "cpu_offload": false,
    "use_31_block": false,
    "video_super_resolution": {
        "scale": 2.0,
        "seed": 0,
        "model_path": "/base_code/FlashVSR/examples/WanVSR/FlashVSR"
    }
}