license: apache-2.0 | |
pipeline_tag: text-to-speech | |
library_name: index-tts | |
tags: | |
- mlx | |
# mlx-community/IndexTTS | |
This model was converted to MLX format from [`IndexTeam/Index-TTS`](https://huggingface.co/IndexTeam/Index-TTS) using mlx-audio version **0.2.3**. | |
Refer to the [original model card](https://huggingface.co/IndexTeam/Index-TTS) 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/IndexTTS --text "Describe this image." | |
``` | |