File size: 529 Bytes
5102347
 
 
 
 
 
96c5f78
 
 
 
 
 
 
 
 
 
 
 
5102347
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: apache-2.0
tags:
- mlx
pipeline_tag: text-to-speech
---

# mlx-community/IndexTTS-1.5
This model was converted to MLX format from [`IndexTeam/IndexTTS-1.5`](https://huggingface.co/IndexTeam/IndexTTS-1.5) using mlx-audio version **0.2.3**.
Refer to the [original model card](https://huggingface.co/IndexTeam/IndexTTS-1.5) 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-1.5 --text "Describe this image."
```