LTX Video 开源推理命令行工具,支持文本和图像条件生成视频。
推理命令
1
2
3
4
5
6
7
8
9
| python inference.py \
--prompt "PROMPT" \
--conditioning_media_paths IMAGE_PATH \
--conditioning_start_frames 0 \
--height HEIGHT \
--width WIDTH \
--num_frames NUM_FRAMES \
--seed SEED \
--pipeline_config configs/ltxv-13b-0.9.8-distilled.yaml
|
Comments