Instructions to use microsoft/VibeVoice-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/VibeVoice-1.5B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="microsoft/VibeVoice-1.5B")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/VibeVoice-1.5B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
The GitHub repository link is broken
#28
by DuDuDuZzz - opened
The GitHub repository link(https://github.com/microsoft/VibeVoice) is broken, the source code will be opened in the future?
I was literally just about to say something about it lol
Seems like microsoft has taken down both the large model and the github repo. Is there some internal or external legal or compliance issue or some workplace politics happening? Pretty weird
Anyone has a backup of VibeVoice-Large, also known as VibeVoice-7B ?
Anyone has a backup of VibeVoice-Large, also known as VibeVoice-7B ?
Upping Mirror here https://huggingface.co/PsiPi/VibeVoice-Large-pt for now until MS says any different. (give it a mo, upping takes a bit)
without code