Text-to-Speech
MLX
Safetensors
English
Chinese
breeze_tts
speech-generation
voice-clone
voice-design
voice-direction
Instructions to use mlx-community/Breeze-TTS-2-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Breeze-TTS-2-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Breeze-TTS-2-mlx mlx-community/Breeze-TTS-2-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "bos_token_id": 2, | |
| "depth_decoder_do_sample": true, | |
| "depth_decoder_temperature": 0.9, | |
| "do_sample": true, | |
| "eos_token_id": [ | |
| 1 | |
| ], | |
| "max_new_tokens": 750, | |
| "pad_token_id": 0, | |
| "temperature": 0.9, | |
| "transformers_version": "4.57.3" | |
| } | |