| license: apache-2.0 | |
| language: | |
| - en | |
| base_model: | |
| - sesame/csm-1b | |
| pipeline_tag: text-to-speech | |
| library_name: mlx | |
| # mlx-community/csm-1b | |
| This model was converted to MLX format from [`sesame/csm-1b`]() using mlx-audio version **0.0.3**. | |
| 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 --text "Hello world" | |
| ``` |