Instructions to use Gatozu35/tortoise-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gatozu35/tortoise-tts with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Gatozu35/tortoise-tts")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Gatozu35/tortoise-tts") model = AutoModel.from_pretrained("Gatozu35/tortoise-tts") - Notebooks
- Google Colab
- Kaggle
How can I obtain a DVAE audio tokenizer? Are there any training recipes available?
#2
by literate-goggles - opened
I wasn’t able to find any information about how it was trained, the data used, the metrics, or how to reproduce the training.