clementruhm
commited on
Commit
•
edea186
1
Parent(s):
eb4eb48
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ language:
|
|
3 |
- en
|
4 |
tags:
|
5 |
- JETS
|
|
|
|
|
6 |
- Text-to-Speech
|
7 |
datasets:
|
8 |
- CMUArctic
|
@@ -12,14 +14,30 @@ pipeline_tag: text-to-speech
|
|
12 |
|
13 |
# TTS Models
|
14 |
|
15 |
-
Here you can find models compatible with
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
[balacoon/tts](https://huggingface.co/spaces/balacoon/tts) space.
|
19 |
|
20 |
-
List of available models
|
21 |
|
22 |
-
-
|
23 |
-
|
24 |
-
- <mark>
|
25 |
-
|
|
|
|
|
|
|
|
3 |
- en
|
4 |
tags:
|
5 |
- JETS
|
6 |
+
- LightSpeech
|
7 |
+
- MB-MelGAN
|
8 |
- Text-to-Speech
|
9 |
datasets:
|
10 |
- CMUArctic
|
|
|
14 |
|
15 |
# TTS Models
|
16 |
|
17 |
+
Here you can find models compatible with [Balacoon software](https://balacoon.com).
|
18 |
+
There are several model types to be aware of:
|
19 |
+
|
20 |
+
* `*_jets_cpu.addon` - JETS models for synthesis on CPU, compatible with
|
21 |
+
[balacoon_tts](https://gemfury.com/balacoon/python:balacoon-tts) python package.
|
22 |
+
A tutorial on how to use it can be found [here](https://balacoon.com/use/tts/package).
|
23 |
+
Those are high-end models, producing 24khz audio.
|
24 |
+
* `*_light_cpu.addon` - Light models for lightning-fast synthesis on-device.
|
25 |
+
Usage is the same as of JETS models, but the naturalness of synthesized audio is compromised
|
26 |
+
in favor of speed. Models produce 16khz audio.
|
27 |
+
* `*_jets_gpu.addon` - JETS models for synthesis on GPU, compatible with
|
28 |
+
[balacoon/tts_server](https://hub.docker.com/r/balacoon/tts_server) docker image.
|
29 |
+
A tutorial on how to use it can be found [here](https://balacoon.com/use/tts/service).
|
30 |
+
Exactly the same as jets_cpu models, but repacked for GPU.
|
31 |
+
|
32 |
+
You can check the interactive demo
|
33 |
[balacoon/tts](https://huggingface.co/spaces/balacoon/tts) space.
|
34 |
|
35 |
+
# List of available models
|
36 |
|
37 |
+
- en-US locale
|
38 |
+
- [CMUArtic databases](http://festvox.org/cmu_arctic/)
|
39 |
+
- <mark>en_us_cmuartic_jets_cpu.addon</mark>
|
40 |
+
- <mark>en_us_cmuartic_jets_gpu.addon</mark>
|
41 |
+
- [Hi-Fi audiobooks dataset](https://arxiv.org/abs/2104.01497)
|
42 |
+
- <mark>en_us_hifi_jets_cpu.addon</mark>
|
43 |
+
- <mark>en_us_hifi92_light_cpu.addon</mark> - trained only on "92" speaker
|