--- 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 tags: - mlx --- # mlx-community/Llama-OuteTTS-1.0-1B-3bit 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.0.5**. 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-3bit --text "Describe this image." ```