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