Duplicated from microsoft/VibeVoice-Realtime-0.5B
How to use Sumit23/VibeVoice-Realtime-0.5B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Sumit23/VibeVoice-Realtime-0.5B")
# Load model directly from transformers import VibeVoiceStreamingForConditionalGenerationInference model = VibeVoiceStreamingForConditionalGenerationInference.from_pretrained("Sumit23/VibeVoice-Realtime-0.5B", dtype="auto")
The community tab is the place to discuss and collaborate with the HF community!