--- license: apache-2.0 language: - en base_model: - ResembleAI/chatterbox-turbo pipeline_tag: text-to-speech library_name: mlx-audio tags: - text-to-speech - speech - speech generation - voice cloning - mlx - tts - mlx --- # mlx-community/chatterbox-6bit This model was converted to MLX format from [`mlx-community/chatterbox-fp16`](https://huggingface.co/mlx-community/chatterbox-fp16) using mlx-audio version **0.2.8**. Refer to the [original model card](https://huggingface.co/mlx-community/chatterbox-fp16) 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/chatterbox-6bit --text "Describe this image." ```