File size: 537 Bytes
485c2ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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."
```