This commit is contained in:
JianweiYu 2025-08-26 16:28:32 -07:00
parent 60dd5689fe
commit afe790e781

View file

@ -99,10 +99,10 @@ python demo/gradio_demo.py --model_path WestZhang/VibeVoice-Large-pt --share
```bash ```bash
# We provide some LLM generated example scripts under demo/text_examples/ for demo # We provide some LLM generated example scripts under demo/text_examples/ for demo
# 1 speaker # 1 speaker
python demo/inference_from_file.py --model_path microsoft/VibeVoice-1.5B --txt_path demo/text_examples/1p_abs.txt --speaker_names Alice python demo/inference_from_file.py --model_path WestZhang/VibeVoice-Large-pt --txt_path demo/text_examples/1p_abs.txt --speaker_names Alice
# or more speakers # or more speakers
python demo/inference_from_file.py --model_path microsoft/VibeVoice-1.5B --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Yunfan python demo/inference_from_file.py --model_path WestZhang/VibeVoice-Large-pt --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Yunfan
``` ```
## FAQ ## FAQ