File size: 651 Bytes
e9655c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9a05ef0
e9655c0
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
37
38
39
40
41
42
43
44
---
license: cc-by-nc-sa-4.0
language:
- en
- ar
- zh
- nl
- fr
- de
- it
- ja
- ko
- lt
- ru
- es
- pt
- be
- bn
- ka
- hu
- lv
- fa
- pl
- sw
- ta
- uk
pipeline_tag: text-to-speech
tags:
- mlx
---

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