File size: 653 Bytes
639742d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: apache-2.0
pipeline_tag: text-to-speech
library_name: outetts
language:
- en
- zh
- nl
- fr
- ka
- de
- hu
- it
- ja
- ko
- lv
- pl
- ru
- es
tags:
- mlx
---

# mlx-community/OuteTTS-1.0-0.6B-fp16
This model was converted to MLX format from [`OuteAI/OuteTTS-1.0-0.6B`](https://huggingface.co/OuteAI/OuteTTS-1.0-0.6B) using mlx-audio version **0.2.2**.
Refer to the [original model card](https://huggingface.co/OuteAI/OuteTTS-1.0-0.6B) 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/OuteTTS-1.0-0.6B-fp16 --text "Describe this image."
```