ltx2_cfg_parallel.json 505 Bytes
Newer Older
litzh's avatar
litzh committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "infer_steps": 40,
    "target_video_length": 121,
    "target_height": 512,
    "target_width": 768,
    "attn_type": "sage_attn2",
    "sample_guide_scale": 4,
    "sample_shift": [2.05, 0.95],
    "enable_cfg": true,
    "cpu_offload": false,
    "num_channels_latents": 128,
    "fps": 24,
    "audio_fps": 24000,
    "audio_mel_bins":16,
    "double_precision_rope": true,
    "dit_original_ckpt": "Lightricks/LTX-2/ltx-2-19b-dev.safetensors",
    "parallel": {
        "cfg_p_size": 2
    }
}