Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
VibeVoice_pytorch
Commits
a543ee68
Commit
a543ee68
authored
Sep 12, 2025
by
luopl
Browse files
Update README.md
parent
c1313f77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
a543ee68
...
...
@@ -81,16 +81,16 @@ apt update && apt install ffmpeg -y
# For 1.5B model
python demo/gradio_demo.py --model_path microsoft/VibeVoice-1.5B --share
# For Large model
python demo/gradio_demo.py --model_path
microsof
t/VibeVoice-Large --share
python demo/gradio_demo.py --model_path
aoi-o
t/VibeVoice-Large --share
```
-Usage 2: Inference from files directly
```
# We provide some LLM generated example scripts under demo/text_examples/ for demo
# 1 speaker
python demo/inference_from_file.py --model_path
microsof
t/VibeVoice-Large --txt_path demo/text_examples/1p_abs.txt --speaker_names Alice
python demo/inference_from_file.py --model_path
aoi-o
t/VibeVoice-Large --txt_path demo/text_examples/1p_abs.txt --speaker_names Alice
# or more speakers
python demo/inference_from_file.py --model_path
microsof
t/VibeVoice-Large --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Frank
python demo/inference_from_file.py --model_path
aoi-o
t/VibeVoice-Large --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Frank
```
## result
-
Graio demo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment