Instructions to use Vyvo/VyvoTTS-LFM2-PT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vyvo/VyvoTTS-LFM2-PT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Vyvo/VyvoTTS-LFM2-PT")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vyvo/VyvoTTS-LFM2-PT", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Model acces
#1
by Anilosan15 - opened
I guess this is the base model. When do you plan to provide access, is there early access?
We have released the PT model as open source. You should check the Github repository to train it with your own data.
kadirnar changed discussion status to closed