Text-to-Speech
MLX
Safetensors
moss_tts_local
mlx-audio
voice-cloning
streaming
apple-silicon
quantized
8bit
custom_code
8-bit precision
Instructions to use mlx-community/MOSS-TTS-Local-Transformer-v1.5-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/MOSS-TTS-Local-Transformer-v1.5-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MOSS-TTS-Local-Transformer-v1.5-8bit mlx-community/MOSS-TTS-Local-Transformer-v1.5-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "processor_class": "MossTTSLocalProcessor", | |
| "audio_tokenizer_name_or_path": "OpenMOSS-Team/MOSS-Audio-Tokenizer-v2", | |
| "auto_map": { | |
| "AutoProcessor": "processing_moss_tts.MossTTSLocalProcessor" | |
| } | |
| } | |