Instructions to use Aratako/MioTTS-2.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aratako/MioTTS-2.6B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Aratako/MioTTS-2.6B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Aratako/MioTTS-2.6B") model = AutoModelForCausalLM.from_pretrained("Aratako/MioTTS-2.6B") - Notebooks
- Google Colab
- Kaggle
Installation Video and Testing - Step by Step
#2
by fahdmirzac - opened
Hi,
Kudos on producing such a sublime model. I did a local installation and testing video :
https://youtu.be/liehLyhyRzM?si=PYns7i5uOVk6Trq2
Thanks and regards,
Fahd