VoxCPM1.5 / README.md
voxmenthe's picture
Upload folder using huggingface_hub
2e10fbc verified
---
license: apache-2.0
language:
- en
- zh
base_model:
- openbmb/MiniCPM4-0.5B
pipeline_tag: text-to-speech
library_name: voxcpm1.5
tags:
- text-to-speech
- speech
- speech generation
- voice cloning
- mlx
---
# mlx-community/VoxCPM1.5
This model was converted to MLX format from [`openbmb/VoxCPM1.5`](https://huggingface.co/openbmb/VoxCPM1.5) using mlx-audio version **0.2.6**.
Refer to the [original model card](https://huggingface.co/openbmb/VoxCPM1.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/VoxCPM1.5 --text "Describe this image."
```