Pocket Tts Coreml | Sweet Tea StudioPocket Tts Coreml
CoreML conversion of kyutai/pocket-tts for on-device inference on Apple platforms. Models
Verified source
Kindtext-to-speechBase modelkyutai/pocket-ttsVersionv11096e9f79586d07e519def6fe5cc44d83710f38Licensecc-by-4.0Publisher@aoiandroidCgrade Model source
- Kind
- text-to-speech
- Base model
- kyutai/pocket-tts
- Version
- v11096e9f79586d07e519def6fe5cc44d83710f38
- License
- cc-by-4.0
- Tasks
- audio
- Source
- Hugging Face
--- license: cc-by-4.0 library_name: coreml tags: - tts - text-to-speech - coreml - apple - on-device language: - en pipeline_tag: text-to-speech base_model: - kyutai/pocket-tts base_model_relation: finetune --- # PocketTTS CoreML CoreML conversion of [kyutai/pocket-tts](https://huggingface.co/kyutai/pocket-tts) for on-device inference on Apple platforms. ## Models | Model | Description | Size | |-------|-------------|------| | cond_step | KV cache prefill (voice + text conditioning) | ~200MB | | flowlm_step | Autoregressive generation (transformer_out + EOS) | ~200MB | | flow_decoder | Flow matching denoiser (8 Euler steps per frame) | ~190MB | | mimi_decoder | Streaming audio codec (1920 samples per frame) | ~11MB | ## Voices 4 pre-encoded voices in `constants_bin/`: - `alba` (default), `azelma`, `cosette`, `javert` Voice cloning weights are **not included** — they are gated separately by Kyutai. ## Usage ```swift import FluidAudioTTS let manager = PocketTtsManager() try await manager.initialize() let audio = try await manager.synthesize(text: "Hello, world!") See https://github.com/FluidInference/FluidAudio for the full Swift framework. License CC-BY-4.0, inherited from https://huggingface.co/kyutai/pocket-tts. Attribution to Kyutai is required. References - https://huggingface.co/kyutai/pocket-tts - https://arxiv.org/abs/2410.00037 - https://github.com/FluidInference/FluidAudio
Sources & provenance
1 active source
Source evidence
3 excerpts
license: cc-by-4.0 libraryname: coreml tags: tts text-to-speech coreml apple on-device language: en pipelinetag: text-to-speech basemodel: kyutai/pocket-tts basemodelrelation: finetune
CoreML conversion of kyutai/pocket-tts for on-device inference on Apple platforms. Models
aoiandroid/pocket-tts-coreml