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
Ctrl+K
Steveeeeeeen HF Staff
Update library tag for better download tracking and code snippets! (#6)
7d99aae verified