Dia-1.6B-4bit / README.md
prince-canuma's picture
Upload folder using huggingface_hub
d28e469 verified
|
raw
history blame contribute delete
598 Bytes
---
license: apache-2.0
language:
- en
base_model:
- nari-labs/Dia-1.6B
pipeline_tag: text-to-speech
library_name: mlx
tags:
- mlx
---
# mlx-community/Dia-1.6B-4bit
This model was converted to MLX format from [`mlx-community/Dia-1.6B`](https://huggingface.co/mlx-community/Dia-1.6B) using mlx-audio version **0.1.0**.
Refer to the [original model card](https://huggingface.co/mlx-community/Dia-1.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/Dia-1.6B-4bit --text "Describe this image."
```