|
--- |
|
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." |
|
``` |