File size: 577 Bytes
fcf0cc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
language:
- en
pipeline_tag: text-to-speech
tags:
- model_hub_mixin
- pytorch_model_hub_mixin
- text-to-speech
- mlx
---

# mlx-community/csm-1b-8bit
This model was converted to MLX format from [`sesame/csm-1b`](https://huggingface.co/sesame/csm-1b) using mlx-audio version **0.1.1**.
Refer to the [original model card](https://huggingface.co/sesame/csm-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/csm-1b-8bit --text "Describe this image."
```