Back to Models
Kitten Tts Nano 0.2
Text to SpeechKittenTTS Nano 0.2 - Ultra-lightweight TTS (15M params, <25MB)
Integration
main.rs
use xybrid_sdk::{Xybrid, Envelope};
// Load the TTS model
let model = Xybrid::model("kitten-tts-nano-0.2").load()?;
// Generate speech from text
let result = model.run(&Envelope::text("Hello from Xybrid!"))?;
// Save the audio output
std::fs::write("output.wav", result.audio_bytes.unwrap())?;Details
- Task
- Text to Speech
- Family
- KittenML
- Parameters
- 15M
- Format
- onnx
- Quantization
- fp32
- Size
- 18.3 MB
- Model ID
- kitten-tts-nano-0.2