Buckets:
81.5 MB
5 files
Updated about 2 months ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| .gitattributes | 1.52 kB xet | 818ba6de | |
| README.md | 734 Bytes xet | 5b3004e7 | |
| config.json | 470 Bytes xet | 85487c6b | |
| kitten_tts_mini_v0_8.onnx | 78.3 MB xet | ea11daeb | |
| voices.npz | 3.28 MB xet | ccac820d |
Kitten TTS Mini 0.8 😻
Kitten TTS is an open-source realistic text-to-speech model with 80 million parameters and around 79MB of filesize.
🚀 Quick Start
Installation
pip install https://github.com/KittenML/KittenTTS/releases/download/0.8/kittentts-0.8.0-py3-none-any.whl
Basic Usage
from kittentts import KittenTTS
m = KittenTTS("KittenML/kitten-tts-mini-0.8")
audio = m.generate("This high quality TTS model works without a GPU", voice='Jasper' )
# available_voices : ['Bella', 'Jasper', 'Luna', 'Bruno', 'Rosie', 'Hugo', 'Kiki', 'Leo']
# Save the audio
import soundfile as sf
sf.write('output.wav', audio, 24000)
Acknowledgements
StyleTTS 2 architecture
- Total size
- 81.5 MB
- Files
- 5
- Last updated
- Jul 2
- Pre-warmed CDN
- US EU US EU