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