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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
b7401b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d99e31f843917647a54f95bb25a86b2bf62288f42e20c528899b7b39fa0c2f9d
size 1612069181
|