prince-canuma commited on
Commit
f71491f
·
verified ·
1 Parent(s): 72963ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  language:
4
  - en
5
  base_model:
6
- - mlx-community/chatterbox-turbo
7
  pipeline_tag: text-to-speech
8
  library_name: mlx-audio
9
  tags:
@@ -16,14 +16,19 @@ tags:
16
  ---
17
 
18
  # mlx-community/chatterbox-turbo-6bit
19
- This model was converted to MLX format from [`mlx-community/chatterbox-turbo`](https://huggingface.co/mlx-community/chatterbox-turbo) using mlx-audio version **0.2.7**.
20
- Refer to the [original model card](https://huggingface.co/mlx-community/chatterbox-turbo) for more details on the model.
21
  ## Use with mlx
22
 
23
  ```bash
24
  pip install -U mlx-audio
25
  ```
 
 
 
 
26
 
 
27
  ```bash
28
- python -m mlx_audio.tts.generate --model mlx-community/chatterbox-turbo-6bit --text "Describe this image."
29
  ```
 
3
  language:
4
  - en
5
  base_model:
6
+ - ResembleAI/chatterbox-turbo
7
  pipeline_tag: text-to-speech
8
  library_name: mlx-audio
9
  tags:
 
16
  ---
17
 
18
  # mlx-community/chatterbox-turbo-6bit
19
+ This model was converted to MLX format from [`ResembleAI/chatterbox-turbo`](https://huggingface.co/ResembleAI/chatterbox-turbo) using mlx-audio version **0.2.7**.
20
+ Refer to the [original model card](https://huggingface.co/ResembleAI/chatterbox-turbo) for more details on the model.
21
  ## Use with mlx
22
 
23
  ```bash
24
  pip install -U mlx-audio
25
  ```
26
+ Voice Cloning:
27
+ ```bash
28
+ mlx_audio.tts.generate --model mlx-community/chatterbox-turbo-6bit --text "Oh, that's hilarious! [chuckle] Um anyway, we do have a new model in store. It's the SkyNet T-800 series and it's got basically everything. Including AI integration with ChatGPT and all that jazz. Would you like me to get some prices for you?" --ref_audio path_to_file.wav --play
29
+ ```
30
 
31
+ Default Voice:
32
  ```bash
33
+ mlx_audio.tts.generate --model mlx-community/chatterbox-turbo-6bit --text "Oh, that's hilarious! [chuckle] Um anyway, we do have a new model in store. It's the SkyNet T-800 series and it's got basically everything. Including AI integration with ChatGPT and all that jazz. Would you like me to get some prices for you?" --play
34
  ```