README.md
536 B · 22 lines · markdown Raw
1 ---
2 license: apache-2.0
3 language:
4 - en
5 base_model:
6 - yl4579/StyleTTS2-LJSpeech
7 pipeline_tag: text-to-speech
8 library_name: mlx
9 ---
10
11 # mlx-community/Kokoro-82M-bf16
12 This model was converted to MLX format from [`hexagrad/Kokoro-82M`]() using mlx-audio version **0.0.1**.
13 Refer to the [original model card](https://huggingface.co/hexagrad/Kokoro-82M) for more details on the model.
14 ## Use with mlx
15
16 ```bash
17 pip install -U mlx-audio
18 ```
19
20 ```bash
21 python -m mlx_audio.tts.generate --model mlx-community/Kokoro-82M-bf16 --text "Hello world"
22 ```