tamarher's picture
Update model card: remove stale stub
c4951c7 verified
metadata
language:
  - zh
  - en
license: apache-2.0
library_name: mlx
pipeline_tag: text-to-speech
base_model: OpenMOSS-Team/MOSS-TTS-Local-Transformer
base_model_relation: quantized
tags:
  - mlx
  - tts
  - speech
  - voice-cloning
  - apple-silicon
  - quantized
  - 8bit

OpenMOSS TTS Local Transformer — MLX 8-bit

MLX-native int8 conversion of OpenMOSS TTS Local Transformer for single-speaker TTS and voice cloning on Apple Silicon.

Variants

Path Precision
mlx-int8/ int8 quantized weights

How to Get Started

Generate speech:

python scripts/generate/moss_local.py \
  --text "Hello, this is a test." \
  --output outputs/out.wav

Clone a voice:

python scripts/generate/moss_local.py \
  --mode clone \
  --text "This is a cloned voice." \
  --reference-audio reference.wav \
  --output outputs/clone.wav

Model Details

Links

License

Apache 2.0 — following the upstream license published with OpenMOSS-Team/MOSS-TTS-Local-Transformer.