Spark-TTS-0.5B-bf16 / README.md
prince-canuma's picture
Upload folder using huggingface_hub
3ae62e2 verified
---
license: cc-by-nc-sa-4.0
language:
- en
- zh
tags:
- text-to-speech
- mlx
library_tag: spark-tts
---
# mlx-community/Spark-TTS-0.5B-fp16
This model was converted to MLX format from [`prince-canuma/Spark-TTS-0.5B`](https://huggingface.co/prince-canuma/Spark-TTS-0.5B) using mlx-audio version **0.2.0**.
Refer to the [original model card](https://huggingface.co/prince-canuma/Spark-TTS-0.5B) for more details on the model.
## Use with mlx
```bash
pip install -U mlx-audio
```
```bash
python -m mlx_audio.tts.generate --model mlx-community/Spark-TTS-0.5B-fp16 --text "Describe this image."
```