Views
No views yet
| Base model | OpenMOSS-Team/MOSS-TTS-Local-Transformer-v1.5 (Qwen3-4B backbone + local transformer) |
| License | Apache-2.0 (inherited from the base model) |
| Quantization | int8, group_size 64, affine (mlx-audio converter) |
| Size | ~4.55 GB (vs ~9.1 GB bf16) |
| Codec | pairs with shraey/MOSS-Audio-Tokenizer-v2-MLX-int8 (~2.23 GB) — auto-resolved by this model's config |
1from mlx_audio.tts import load
2model = load("shraey/MOSS-TTS-Local-Transformer-v1.5-MLX-int8", lazy=True)
3result = next(model.generate(text="Hello, running on device.", language="English", max_tokens=200))ref_audio), highest-fidelity "continuation" cloning (mode="continuation" + ref_text), inline [pause X.Ys], and native single-call long-form. Always pass language= when known.mlx-audio @ git+https://github.com/sb1992/mlx-audio@9154d5a (a PR to upstream Blaizzy/mlx-audio is pending). Total download with the int8 codec ≈ 6.8 GB.