PocketTTS (Kyutai) as a fast CPU-only engine? #1286
paoloantinori
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context
A friend introduced me to PocketTTS — Kyutai Labs' 100M-parameter TTS with voice cloning that runs real-time on CPU, no GPU needed. I found myself deploying it alongside OmniVoice for latency-sensitive tasks (MCP agent responses, quick previews) where OmniVoice's quality is overkill and the GPU warm-up + inference time is the bottleneck.
It's MIT-licensed, pip-installable, with a simple API:
~6 languages (EN + 5 from April), voice cloning from a 20s clip.
The question
No pressure to adopt it — they serve different tiers (646 languages + dubbing + dictation + design vs. fast lightweight CPU TTS). But would a PocketTTS engine option be interesting in OmniVoice? Two use cases:
Happy to spike the integration if it's interesting. If not, no worries — I'll keep running them side by side.
All reactions