From afe790e781991d965018636f2f9ee355608c581f Mon Sep 17 00:00:00 2001 From: JianweiYu Date: Tue, 26 Aug 2025 16:28:32 -0700 Subject: [PATCH] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c833032..f210d82 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,10 @@ python demo/gradio_demo.py --model_path WestZhang/VibeVoice-Large-pt --share ```bash # We provide some LLM generated example scripts under demo/text_examples/ for demo # 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 -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