Views
No views yet
| Path | Precision |
|---|---|
mlx-int8/ | int8 quantized weights |
1python scripts/generate/vibevoice.py \
2 --text "Hello from VibeVoice." \
3 --output outputs/vibevoice.wav1python scripts/generate/vibevoice.py \
2 --text "Speaker 0: Have you tried VibeVoice?
3Speaker 1: Not yet. Does it need PyTorch?
4Speaker 0: No. Pure MLX, runs locally on Apple Silicon.
5Speaker 1: That is impressive." \
6 --output outputs/dialogue.wav1python scripts/generate/vibevoice.py \
2 --text "Speaker 0: This is cloned from the reference." \
3 --reference-audio-speaker0 ref_speaker0.wav \
4 --output outputs/clone.wav--reference-audio-speaker0 through --reference-audio-speaker3.--no-greedy to enable temperature + top-p sampling.