Kokoro row added
Browse files
README.md
CHANGED
@@ -43,6 +43,7 @@ Some of the models are also being battle tested at TTS arenas:
|
|
43 |
| GPT-SoVITS | [Repo](https://github.com/RVC-Boss/GPT-SoVITS) | [Hub](https://huggingface.co/lj1995/GPT-SoVITS) | [MIT](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE) | [Yes](https://github.com/RVC-Boss/GPT-SoVITS?tab=readme-ov-file#pretrained-models) | Multilingual | Not Available | Not Available | |
|
44 |
| HierSpeech++ | [Repo](https://github.com/sh-lee-prml/HierSpeechpp) | [GDrive](https://drive.google.com/drive/folders/1-L_90BlCkbPyKWWHTUjt5Fsu3kz0du0w) | [MIT](https://github.com/sh-lee-prml/HierSpeechpp/blob/main/LICENSE) | No | KR + EN | [Paper](https://arxiv.org/abs/2311.12454) | [π€ Space](https://huggingface.co/spaces/LeeSangHoon/HierSpeech_TTS) | |
|
45 |
| IMS-Toucan | [Repo](https://github.com/DigitalPhonetics/IMS-Toucan) | [GH release](https://github.com/DigitalPhonetics/IMS-Toucan/tags) | [Apache 2.0](https://github.com/DigitalPhonetics/IMS-Toucan/blob/ToucanTTS/LICENSE) | [Yes](https://github.com/DigitalPhonetics/IMS-Toucan#build-a-toucantts-pipeline) | ALL\* | [Paper](https://arxiv.org/abs/2206.12229) | [π€ Space](https://huggingface.co/spaces/Flux9665/IMS-Toucan), [π€ Space](https://huggingface.co/spaces/Flux9665/MassivelyMultilingualTTS)\* | |
|
|
|
46 |
| MahaTTS | [Repo](https://github.com/dubverse-ai/MahaTTS) | [Hub](https://huggingface.co/Dubverse/MahaTTS) | [Apache 2.0](https://github.com/dubverse-ai/MahaTTS/blob/main/LICENSE) | No | English + Indic | Not Available | [Recordings](https://github.com/dubverse-ai/MahaTTS/blob/main/README.md#sample-outputs), [Colab](https://colab.research.google.com/drive/1qkZz2km-PX75P0f6mUb2y5e-uzub27NW?usp=sharing) | |
|
47 |
| MaskGCT (Amphion) | [Repo](https://github.com/open-mmlab/Amphion) | [Hub](https://huggingface.co/amphion/MaskGCT) | [CC-BY-NC 4.0](https://huggingface.co/amphion/MaskGCT) | No | Multilingual | [Paper](https://arxiv.org/abs/2409.00750) | [π€ Space](https://huggingface.co/spaces/amphion/maskgct) | |
|
48 |
| Matcha-TTS | [Repo](https://github.com/shivammehta25/Matcha-TTS) | [GDrive](https://drive.google.com/drive/folders/17C_gYgEHOxI5ZypcfE_k1piKCtyR0isJ) | [MIT](https://github.com/shivammehta25/Matcha-TTS/blob/main/LICENSE) | [Yes](https://github.com/shivammehta25/Matcha-TTS/tree/main#train-with-your-own-dataset) | English | [Paper](https://arxiv.org/abs/2309.03199) | [π€ Space](https://huggingface.co/spaces/shivammehta25/Matcha-TTS) | GPL-licensed phonemizer |
|
@@ -68,8 +69,8 @@ Some of the models are also being battle tested at TTS arenas:
|
|
68 |
| XTTS | [Repo](https://github.com/coqui-ai/TTS) | [Hub](https://huggingface.co/coqui/XTTS-v2) | [CPML](https://coqui.ai/cpml) | [Yes](https://docs.coqui.ai/en/latest/models/xtts.html#training) | Multilingual | [Paper](https://arxiv.org/abs/2406.04904) | [π€ Space](https://huggingface.co/spaces/coqui/xtts) | Non Commercial |
|
69 |
| xVASynth | [Repo](https://github.com/DanRuta/xVA-Synth) | [Hub](https://huggingface.co/Pendrokar/xvapitch) | [GPL-3.0](https://github.com/DanRuta/xVA-Synth/blob/master/LICENSE.md) | [Yes](https://github.com/DanRuta/xva-trainer) | Multilingual | Not Available | [π€ Space](https://huggingface.co/spaces/Pendrokar/xVASynth) | Base model trained on non-permissive datasets |
|
70 |
|
71 |
-
* *Multilingual* - Amount of supported languages is ever changing, check the Space and Hub which specific languages are supported
|
72 |
-
* *ALL* -
|
73 |
|
74 |
Also to find a model for a specific language, filter out the TTS models hosted on HuggingFace: <https://huggingface.co/models?pipeline_tag=text-to-speech&language=en&sort=trending>
|
75 |
|
|
|
43 |
| GPT-SoVITS | [Repo](https://github.com/RVC-Boss/GPT-SoVITS) | [Hub](https://huggingface.co/lj1995/GPT-SoVITS) | [MIT](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE) | [Yes](https://github.com/RVC-Boss/GPT-SoVITS?tab=readme-ov-file#pretrained-models) | Multilingual | Not Available | Not Available | |
|
44 |
| HierSpeech++ | [Repo](https://github.com/sh-lee-prml/HierSpeechpp) | [GDrive](https://drive.google.com/drive/folders/1-L_90BlCkbPyKWWHTUjt5Fsu3kz0du0w) | [MIT](https://github.com/sh-lee-prml/HierSpeechpp/blob/main/LICENSE) | No | KR + EN | [Paper](https://arxiv.org/abs/2311.12454) | [π€ Space](https://huggingface.co/spaces/LeeSangHoon/HierSpeech_TTS) | |
|
45 |
| IMS-Toucan | [Repo](https://github.com/DigitalPhonetics/IMS-Toucan) | [GH release](https://github.com/DigitalPhonetics/IMS-Toucan/tags) | [Apache 2.0](https://github.com/DigitalPhonetics/IMS-Toucan/blob/ToucanTTS/LICENSE) | [Yes](https://github.com/DigitalPhonetics/IMS-Toucan#build-a-toucantts-pipeline) | ALL\* | [Paper](https://arxiv.org/abs/2206.12229) | [π€ Space](https://huggingface.co/spaces/Flux9665/IMS-Toucan), [π€ Space](https://huggingface.co/spaces/Flux9665/MassivelyMultilingualTTS)\* | |
|
46 |
+
| Kokoro | [Repo](https://github.com/hexgrad/kokoro) | [Hub](https://huggingface.co/hexgrad/Kokoro-82M) | [Apache 2.0](https://github.com/hexgrad/kokoro/blob/main/LICENSE) | No | Multilingual | [Paper](https://arxiv.org/abs/2306.07691) | [π€ Space](https://huggingface.co/spaces/hexgrad/Kokoro-TTS) | GPL-licensed phonemizer |
|
47 |
| MahaTTS | [Repo](https://github.com/dubverse-ai/MahaTTS) | [Hub](https://huggingface.co/Dubverse/MahaTTS) | [Apache 2.0](https://github.com/dubverse-ai/MahaTTS/blob/main/LICENSE) | No | English + Indic | Not Available | [Recordings](https://github.com/dubverse-ai/MahaTTS/blob/main/README.md#sample-outputs), [Colab](https://colab.research.google.com/drive/1qkZz2km-PX75P0f6mUb2y5e-uzub27NW?usp=sharing) | |
|
48 |
| MaskGCT (Amphion) | [Repo](https://github.com/open-mmlab/Amphion) | [Hub](https://huggingface.co/amphion/MaskGCT) | [CC-BY-NC 4.0](https://huggingface.co/amphion/MaskGCT) | No | Multilingual | [Paper](https://arxiv.org/abs/2409.00750) | [π€ Space](https://huggingface.co/spaces/amphion/maskgct) | |
|
49 |
| Matcha-TTS | [Repo](https://github.com/shivammehta25/Matcha-TTS) | [GDrive](https://drive.google.com/drive/folders/17C_gYgEHOxI5ZypcfE_k1piKCtyR0isJ) | [MIT](https://github.com/shivammehta25/Matcha-TTS/blob/main/LICENSE) | [Yes](https://github.com/shivammehta25/Matcha-TTS/tree/main#train-with-your-own-dataset) | English | [Paper](https://arxiv.org/abs/2309.03199) | [π€ Space](https://huggingface.co/spaces/shivammehta25/Matcha-TTS) | GPL-licensed phonemizer |
|
|
|
69 |
| XTTS | [Repo](https://github.com/coqui-ai/TTS) | [Hub](https://huggingface.co/coqui/XTTS-v2) | [CPML](https://coqui.ai/cpml) | [Yes](https://docs.coqui.ai/en/latest/models/xtts.html#training) | Multilingual | [Paper](https://arxiv.org/abs/2406.04904) | [π€ Space](https://huggingface.co/spaces/coqui/xtts) | Non Commercial |
|
70 |
| xVASynth | [Repo](https://github.com/DanRuta/xVA-Synth) | [Hub](https://huggingface.co/Pendrokar/xvapitch) | [GPL-3.0](https://github.com/DanRuta/xVA-Synth/blob/master/LICENSE.md) | [Yes](https://github.com/DanRuta/xva-trainer) | Multilingual | Not Available | [π€ Space](https://huggingface.co/spaces/Pendrokar/xVASynth) | Base model trained on non-permissive datasets |
|
71 |
|
72 |
+
* *Multilingual* - Amount of supported languages is ever changing, check the Space and Hub for which specific languages are supported
|
73 |
+
* *ALL* - Claims to support all natural languages; this may not include artificial/contructed languages
|
74 |
|
75 |
Also to find a model for a specific language, filter out the TTS models hosted on HuggingFace: <https://huggingface.co/models?pipeline_tag=text-to-speech&language=en&sort=trending>
|
76 |
|