--- 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-8bit 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-8bit --text "Describe this image." ```