Text-to-Speech
Transformers
Safetensors
English
vibevoice_streaming
Realtime TTS
Streaming text input
Long-form speech generation
Instructions to use microsoft/VibeVoice-Realtime-0.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/VibeVoice-Realtime-0.5B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="microsoft/VibeVoice-Realtime-0.5B")# Load model directly from transformers import VibeVoiceStreamingForConditionalGenerationInference model = VibeVoiceStreamingForConditionalGenerationInference.from_pretrained("microsoft/VibeVoice-Realtime-0.5B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
How can we access the acoustic encoder and semantics encoder?
#20
by hebangwen - opened
Acoustic encoder and semantics encoder is available in VibeVoice-1.5B. However, these two encoders are missing in VibeVoice-Realtime-0.5B. The predefined voice is encoded as kv-cache. Can we clone voice in zero-shot if we have these two models?
same question, we try to reproduce acoustic encoder, but only perform well in first 6 seconds