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
information about training
2
#3 opened 3 months ago
by
Advik-7
Installation Video and Testing - Step by Step
👍 1
#2 opened 4 months ago
by
fahdmirzac
Please Add Demo of 2.6b and 1.7B with voice cloning to test.
2
#1 opened 4 months ago
by
krigeta