FluidInference / magpie-tts-multilingual-357m-coreml

huggingface.co
Total runs: 52
24-hour runs: 0
7-day runs: 36
30-day runs: 36
Model's Last Updated: April 30 2026
text-to-speech

Introduction of magpie-tts-multilingual-357m-coreml

Model Details of magpie-tts-multilingual-357m-coreml

Magpie TTS Multilingual 357M (CoreML)

CoreML export of NVIDIA's Magpie TTS Multilingual 357M , optimized for on-device inference on Apple Silicon. Ships both .mlmodelc (compiled, ready-to-run) and .mlpackage (portable source) for macOS 14+ / iOS 17+.

Converted with FluidInference/mobius . Consumed by the Swift port in FluidInference/FluidAudio (see Sources/FluidAudio/TTS/Magpie/ ).

Languages

English, Spanish, German, French, Italian, Vietnamese, Mandarin, Hindi. Japanese is not yet included. French / Italian / Vietnamese use ByT5 byte-level tokenization (algorithmic, no lookup files).

Contents
├── manifest.json                       # machine-readable index (sha256, shapes, IO specs)
├── text_encoder.{mlmodelc,mlpackage}   # text → (1, 256, 768) encoder output
├── decoder_step.{mlmodelc,mlpackage}   # 12-layer AR decoder (stateful KV cache)
├── decoder_prefill.{mlmodelc,mlpackage}# batched prefill fast path
├── nanocodec_decoder.{mlmodelc,mlpackage} # 8-codebook → PCM vocoder, 22050 Hz, max 256 frames
├── constants/
│   ├── constants.json                  # d_model, n_layers, special token ids, sampling defaults
│   ├── speaker_info.json               # 5 speakers, context shape (110, 768)
│   ├── tokenizer_{info,metadata,references}.json
│   ├── speaker_0.npy .. speaker_4.npy
│   ├── speaker_embeddings_raw.npy
│   ├── text_embedding.npy
│   ├── audio_embedding_0.npy .. audio_embedding_7.npy   # per-codebook (2024, 768)
│   └── local_transformer/              # 1-layer transformer weights (Swift reads .npy)
└── tokenizer/
    ├── english_phoneme_*.json          # phoneme_dict + token2id + heteronyms
    ├── spanish_phoneme_*.json          # phoneme_dict + token2id
    ├── german_phoneme_*.json           # phoneme_dict + token2id + heteronyms
    ├── mandarin_phoneme_*.json         # token2id, phoneme_dict, pinyin/tone/ascii dicts
    ├── mandarin_jieba_dict.json
    ├── mandarin_pypinyin_{char,phrase}_dict.json
    └── hindi_chartokenizer_token2id.json

Prefer .mlmodelc at runtime; .mlpackage is included for inspection and re-compilation. Consult manifest.json for the full asset table (file sizes, sha256, model IO shapes per layer).

Usage (Swift)
import FluidAudio

let manager = try await MagpieTtsManager.downloadAndCreate(
    languages: [.english, .spanish]
)
let result = try await manager.synthesize(
    text: "Hello | ˈ n ɛ m o ʊ | from FluidAudio.",
    speaker: .john,
    language: .english
)
let wav = AudioWAV.data(from: result.samples, sampleRate: result.sampleRate)
try wav.write(to: URL(fileURLWithPath: "hello.wav"))

The manager lazy-downloads everything in this repo on first use.

Inline IPA override

Text enclosed in |...| is passed straight to the tokenizer as whitespace-separated IPA tokens:

"Hello | ˈ n ɛ m o ʊ | world"
License

Runs of FluidInference magpie-tts-multilingual-357m-coreml on huggingface.co

52
Total runs
0
24-hour runs
18
3-day runs
36
7-day runs
36
30-day runs

More Information About magpie-tts-multilingual-357m-coreml huggingface.co Model

More magpie-tts-multilingual-357m-coreml license Visit here:

https://choosealicense.com/licenses/cc-by-4.0

magpie-tts-multilingual-357m-coreml huggingface.co

magpie-tts-multilingual-357m-coreml huggingface.co is an AI model on huggingface.co that provides magpie-tts-multilingual-357m-coreml's model effect (), which can be used instantly with this FluidInference magpie-tts-multilingual-357m-coreml model. huggingface.co supports a free trial of the magpie-tts-multilingual-357m-coreml model, and also provides paid use of the magpie-tts-multilingual-357m-coreml. Support call magpie-tts-multilingual-357m-coreml model through api, including Node.js, Python, http.

magpie-tts-multilingual-357m-coreml huggingface.co Url

https://huggingface.co/FluidInference/magpie-tts-multilingual-357m-coreml

FluidInference magpie-tts-multilingual-357m-coreml online free

magpie-tts-multilingual-357m-coreml huggingface.co is an online trial and call api platform, which integrates magpie-tts-multilingual-357m-coreml's modeling effects, including api services, and provides a free online trial of magpie-tts-multilingual-357m-coreml, you can try magpie-tts-multilingual-357m-coreml online for free by clicking the link below.

FluidInference magpie-tts-multilingual-357m-coreml online free url in huggingface.co:

https://huggingface.co/FluidInference/magpie-tts-multilingual-357m-coreml

magpie-tts-multilingual-357m-coreml install

magpie-tts-multilingual-357m-coreml is an open source model from GitHub that offers a free installation service, and any user can find magpie-tts-multilingual-357m-coreml on GitHub to install. At the same time, huggingface.co provides the effect of magpie-tts-multilingual-357m-coreml install, users can directly use magpie-tts-multilingual-357m-coreml installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

magpie-tts-multilingual-357m-coreml install url in huggingface.co:

https://huggingface.co/FluidInference/magpie-tts-multilingual-357m-coreml

Url of magpie-tts-multilingual-357m-coreml

magpie-tts-multilingual-357m-coreml huggingface.co Url

Provider of magpie-tts-multilingual-357m-coreml huggingface.co

FluidInference
ORGANIZATIONS

Other API from FluidInference