Text-to-Speech
Transformers
Safetensors
English
vibevoice_streaming
Realtime TTS
Streaming text input
Long-form speech generation
Instructions to use aoiandroid/microsoft-VibeVoice-Realtime-0.5B-mirror with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aoiandroid/microsoft-VibeVoice-Realtime-0.5B-mirror with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="aoiandroid/microsoft-VibeVoice-Realtime-0.5B-mirror")# Load model directly from transformers import VibeVoiceStreamingForConditionalGenerationInference model = VibeVoiceStreamingForConditionalGenerationInference.from_pretrained("aoiandroid/microsoft-VibeVoice-Realtime-0.5B-mirror", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K