CoolFace
Modelpublic

aufklarer/Qwen3-TTS-CoreML

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes55downloads
Model Card

Qwen3-TTS — CoreML

CoreML conversion of Qwen/Qwen3-TTS-0.6B for Apple Neural Engine acceleration. Includes the codec LM, Mimi decoder, and code embedder as separate CoreML models.

Models

ModelDescription
CodeDecoder.mlmodelcMimi audio codec decoder
CodeEmbedder.mlmodelcToken embedding layer
Additional .mlmodelcTransformer layers for the codec LM

Usage

Used by speech-swift Qwen3TTSCoreML module:

swift
let model = try await Qwen3TTSCoreMLModel.fromPretrained()
let audio = model.synthesize(text: "Hello world", language: "english")