Update README.md
Browse files
README.md
CHANGED
@@ -8,15 +8,26 @@ pipeline_tag: text-to-speech
|
|
8 |
library_name: mlx
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
|
16 |
```bash
|
17 |
-
|
18 |
```
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
library_name: mlx
|
9 |
---
|
10 |
|
11 |
+
# nexaml/Kokoro-82M-bf16-MLX
|
12 |
+
|
13 |
+
## Quickstart
|
14 |
+
|
15 |
+
Run them directly with [nexa-sdk](https://github.com/NexaAI/nexa-sdk) installed
|
16 |
+
In nexa-sdk CLI:
|
17 |
|
18 |
```bash
|
19 |
+
nexaml/Kokoro-82M-bf16-MLX
|
20 |
```
|
21 |
|
22 |
+
## Overview
|
23 |
+
|
24 |
+
**Kokoro** is an open-weight TTS model with 82 million parameters. Despite its lightweight architecture, it delivers comparable quality to larger models while being significantly faster and more cost-efficient. With Apache-licensed weights, Kokoro can be deployed anywhere from production environments to personal projects.
|
25 |
+
|
26 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/HEARME.wav" type="audio/wav"></audio>
|
27 |
+
|
28 |
+
🐈 **GitHub**: https://github.com/hexgrad/kokoro
|
29 |
+
|
30 |
+
🚀 **Demo**: https://hf.co/spaces/hexgrad/Kokoro-TTS
|
31 |
+
|
32 |
+
## Reference
|
33 |
+
**Original model card**: [hexgrad/Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
|