commandeaw commited on
Commit
c8aa31d
·
verified ·
1 Parent(s): 681df80

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -7,4 +7,25 @@ tags:
7
  - mlx
8
  ---
9
 
10
- OmniVoice in MLX (bf16). For mlx-audio.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - mlx
8
  ---
9
 
10
+ OmniVoice in MLX (bf16). For [mlx-audio](https://github.com/Blaizzy/mlx-audio) on Apple Silicon.
11
+
12
+ ## Usage
13
+
14
+ ```bash
15
+ pip install mlx-audio
16
+ python -m mlx_audio.tts.generate \
17
+ --model commandeaw/OmniVoice-MLX-bf16 \
18
+ --text "สวัสดีค่ะ ยินดีต้อนรับ" \
19
+ --lang_code th \
20
+ --ref_audio reference.wav
21
+ ```
22
+
23
+ `--ref_audio` is optional (zero-shot voice cloning); drop it for the default voice.
24
+
25
+ ## Size
26
+
27
+ | variant | repo | vs base (fp32) |
28
+ |---|---|---|
29
+ | bf16 | 1.6 GB | -50% |
30
+ | 8bit | 1.1 GB | -68% |
31
+ | 4bit | 0.75 GB | -77% |