Views
No views yet
Note This repo is a community mirror of the canonical MLX conversion maintained by AppAutomaton atappautomaton/openmoss-ttsd-mlx.
| Path | Precision |
|---|---|
mlx-int8/ | int8 quantized weights |
mlx-communityappautomaton/openmoss-ttsd-mlxOpenMOSS-Team/MOSS-TTSD-v1.0mlx-speech:1python scripts/generate_moss_ttsd.py \
2 --text "[S1] Watson, I think we should go. [S2] Give me one moment." \
3 --output outputs/dialogue.wav1from mlx_speech.generation import MossTTSDelayModel
2
3model = MossTTSDelayModel.from_path("mlx-int8")[S1] and [S2] in the input text.appautomaton/openmoss-ttsd-mlxmlx-speechOpenMOSS-Team/MOSS-TTSD-v1.0.