Instructions to use BricksDisplay/Chatterbox-Multilingual-TTS-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chatterbox
How to use BricksDisplay/Chatterbox-Multilingual-TTS-GGUF with Chatterbox:
# pip install chatterbox-tts import torchaudio as ta from chatterbox.tts import ChatterboxTTS model = ChatterboxTTS.from_pretrained(device="cuda") text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill." wav = model.generate(text) ta.save("test-1.wav", wav, model.sr) # If you want to synthesize with a different voice, specify the audio prompt AUDIO_PROMPT_PATH="YOUR_FILE.wav" wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH) ta.save("test-2.wav", wav, model.sr) - Notebooks
- Google Colab
- Kaggle
feat: T3 backbone q5/q4 quants
Browse files- .gitattributes +8 -0
- chatterbox-mtl-t3-q4_0.gguf +3 -0
- chatterbox-mtl-t3-q4_1.gguf +3 -0
- chatterbox-mtl-t3-q4_k_m.gguf +3 -0
- chatterbox-mtl-t3-q4_k_s.gguf +3 -0
- chatterbox-mtl-t3-q5_0.gguf +3 -0
- chatterbox-mtl-t3-q5_1.gguf +3 -0
- chatterbox-mtl-t3-q5_k_m.gguf +3 -0
- chatterbox-mtl-t3-q5_k_s.gguf +3 -0
.gitattributes
CHANGED
|
@@ -67,3 +67,11 @@ chatterbox-mtl-t3-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 67 |
chatterbox-mtl-t3-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
chatterbox-mtl-t3-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
chatterbox-mtl-t3-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
chatterbox-mtl-t3-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
chatterbox-mtl-t3-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
chatterbox-mtl-t3-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
chatterbox-mtl-t3-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
chatterbox-mtl-t3-q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
chatterbox-mtl-t3-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
chatterbox-mtl-t3-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
chatterbox-mtl-t3-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
chatterbox-mtl-t3-q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
chatterbox-mtl-t3-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
chatterbox-mtl-t3-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
chatterbox-mtl-t3-q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a5b5e863d05da00f57ffb7d157f4135231ae17c926f97deb0070f9361205c30
|
| 3 |
+
size 283389248
|
chatterbox-mtl-t3-q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:890c7789fa8338b156c462054eeb100567b9d450313451c7d4b94d3aec46bf80
|
| 3 |
+
size 314846528
|
chatterbox-mtl-t3-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4eed25fc85bfd4c5b28c1255893dece2ba29733b5e09f7027e9a683b6c5fd52
|
| 3 |
+
size 302312768
|
chatterbox-mtl-t3-q4_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d159b15e7b89e632fc7c4d6b2a13af064b95e71a072a426b09bcb359fff11bd4
|
| 3 |
+
size 285486400
|
chatterbox-mtl-t3-q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da68b3541fbdb7787241a9ff303352e2ea8c07d68cfd5c783cbfd80b0ca633a4
|
| 3 |
+
size 346303808
|
chatterbox-mtl-t3-q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab53d93e5b1fb8f006d002724c582f07186d735baa8f868d3608ebc4e5a8d38a
|
| 3 |
+
size 377761088
|
chatterbox-mtl-t3-q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:949ff9cad099439df7174043e3ad894c59c4dd1323b3d418fe4253bd3cf192fb
|
| 3 |
+
size 356052288
|
chatterbox-mtl-t3-q5_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b9b6a0bb865108c98666044df18da1eb42136d067aabbe973ba5ebcc51f3b3f
|
| 3 |
+
size 346303808
|