Instructions to use KittenML/kitten-tts-nano-0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KittenTTS
How to use KittenML/kitten-tts-nano-0.1 with KittenTTS:
from kittentts import KittenTTS m = KittenTTS("KittenML/kitten-tts-nano-0.1") audio = m.generate("This high quality TTS model works without a GPU") # Save the audio import soundfile as sf sf.write('output.wav', audio, 24000) - Notebooks
- Google Colab
- Kaggle
Support for the additional voices
#9 opened 9 months ago
by
realsanjeev
Suggestion
#7 opened 10 months ago
by
kalashshah19
Fine-tuning Kitten TTS Nano For another language
👀 5
5
#5 opened 11 months ago
by
arshambz
How can we finetune it?
➕👀 21
2
#3 opened 11 months ago
by
hadamard-2
I created an easy-to-use API server with Web UI and GPU support for KittenTTS
🔥👍 13
1
#2 opened 11 months ago
by
devnen
Web version
😔🔥 8
#1 opened 11 months ago
by
Deficit