--- license: apache-2.0 pipeline_tag: text-to-speech library_name: outetts language: - en - zh - nl - fr - ka - de - hu - it - ja - ko - lv - pl - ru - es tags: - mlx --- # mlx-community/OuteTTS-1.0-0.6B-fp16 This model was converted to MLX format from [`OuteAI/OuteTTS-1.0-0.6B`](https://huggingface.co/OuteAI/OuteTTS-1.0-0.6B) using mlx-audio version **0.2.2**. Refer to the [original model card](https://huggingface.co/OuteAI/OuteTTS-1.0-0.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/OuteTTS-1.0-0.6B-fp16 --text "Describe this image." ```