MeloTTS paper fix
Browse files
README.md
CHANGED
@@ -22,9 +22,9 @@ for the above TTS capability table
|
|
22 |
* Insta-clone π₯ - Zero-shot model for quick voice cloning
|
23 |
* Emotion control π - Able to force an emotional state of speaker
|
24 |
* Yes / π <# emotions>
|
25 |
-
* strict insta-clone switch
|
26 |
* strict control through prompt ππ - prompt input parameter
|
27 |
-
* Prompting - Also a side effect of narrator based datasets and a way to affect the emotional state, [ElevenLabs docs](https://elevenlabs.io/docs/speech-synthesis/prompting#emotion))
|
28 |
* Yes / π - Prompt as a separate input parameter
|
29 |
* Yes / π£π - Prompt is spoken by TTS
|
30 |
* Streaming support π - If it is possible to playback audio that is still being generated
|
@@ -32,7 +32,7 @@ for the above TTS capability table
|
|
32 |
* Voice conversion / Speech-To-Speech support π¦ - Yes/No (Streaming support implies real-time S2S; S2T=>T2S does not count)
|
33 |
* Longform synthesis - Able to synthesis whole paragraphs
|
34 |
|
35 |
-
A _null_ value means unfilled/unknown. Please create pull requests to update the info on the models.
|
36 |
|
37 |
| Name | GitHub | Weights | License | Fine-tune | Languages | Paper | Demo | Issues |
|
38 |
|---|---|---|---|---|---|---|---|---|
|
@@ -46,7 +46,7 @@ A _null_ value means unfilled/unknown. Please create pull requests to update the
|
|
46 |
| 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) | Multilingual | [Paper](https://arxiv.org/abs/2206.12229) | [π€ Space](https://huggingface.co/spaces/Flux9665/IMS-Toucan) | |
|
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 |
| 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 |
|
49 |
-
| MeloTTS | [Repo](https://github.com/myshell-ai/MeloTTS) | [Hub](https://huggingface.co/myshell-ai) | [MIT](https://github.com/myshell-ai/MeloTTS/blob/main/LICENSE) | Yes | Multilingual |
|
50 |
| MetaVoice-1B | [Repo](https://github.com/metavoiceio/metavoice-src) | [Hub](https://huggingface.co/metavoiceio/metavoice-1B-v0.1/tree/main) | [Apache 2.0](https://github.com/metavoiceio/metavoice-src/blob/main/LICENSE) | [Yes](https://github.com/metavoiceio/metavoice-src?tab=readme-ov-file) | Multilingual | Not Available | [π€ Space](https://ttsdemo.themetavoice.xyz/) | |
|
51 |
| Neural-HMM TTS | [Repo](https://github.com/shivammehta25/Neural-HMM) | [GitHub](https://github.com/shivammehta25/Neural-HMM/releases) | [MIT](https://github.com/shivammehta25/Neural-HMM/blob/main/LICENSE) | [Yes](https://github.com/shivammehta25/Neural-HMM?tab=readme-ov-file#setup-and-training-using-lj-speech) | English | [Paper](https://arxiv.org/abs/2108.13320) | [GH Pages](https://shivammehta25.github.io/Neural-HMM/) | |
|
52 |
| OpenVoice | [Repo](https://github.com/myshell-ai/OpenVoice) | [Hub](https://huggingface.co/myshell-ai/OpenVoice) | [CC-BY-NC 4.0](https://github.com/myshell-ai/OpenVoice/blob/main/LICENSE) | No | ZH + EN | [Paper](https://arxiv.org/abs/2312.01479) | [π€ Space](https://huggingface.co/spaces/myshell-ai/OpenVoice) | Non Commercial |
|
|
|
22 |
* Insta-clone π₯ - Zero-shot model for quick voice cloning
|
23 |
* Emotion control π - Able to force an emotional state of speaker
|
24 |
* Yes / π <# emotions>
|
25 |
+
* strict insta-clone switch ππ₯ - clone may sound different than normal speaking voice; no ability to go in-between states
|
26 |
* strict control through prompt ππ - prompt input parameter
|
27 |
+
* Prompting π - Also a side effect of narrator based datasets and a way to affect the emotional state, [ElevenLabs docs](https://elevenlabs.io/docs/speech-synthesis/prompting#emotion))
|
28 |
* Yes / π - Prompt as a separate input parameter
|
29 |
* Yes / π£π - Prompt is spoken by TTS
|
30 |
* Streaming support π - If it is possible to playback audio that is still being generated
|
|
|
32 |
* Voice conversion / Speech-To-Speech support π¦ - Yes/No (Streaming support implies real-time S2S; S2T=>T2S does not count)
|
33 |
* Longform synthesis - Able to synthesis whole paragraphs
|
34 |
|
35 |
+
A _null_ value means unfilled/unknown. π€·ββοΈ Please create pull requests to update the info on the models.
|
36 |
|
37 |
| Name | GitHub | Weights | License | Fine-tune | Languages | Paper | Demo | Issues |
|
38 |
|---|---|---|---|---|---|---|---|---|
|
|
|
46 |
| 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) | Multilingual | [Paper](https://arxiv.org/abs/2206.12229) | [π€ Space](https://huggingface.co/spaces/Flux9665/IMS-Toucan) | |
|
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 |
| 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 |
|
49 |
+
| MeloTTS | [Repo](https://github.com/myshell-ai/MeloTTS) | [Hub](https://huggingface.co/myshell-ai) | [MIT](https://github.com/myshell-ai/MeloTTS/blob/main/LICENSE) | Yes | Multilingual | Not Available | [π€ Space](https://huggingface.co/spaces/mrfakename/MeloTTS) | |
|
50 |
| MetaVoice-1B | [Repo](https://github.com/metavoiceio/metavoice-src) | [Hub](https://huggingface.co/metavoiceio/metavoice-1B-v0.1/tree/main) | [Apache 2.0](https://github.com/metavoiceio/metavoice-src/blob/main/LICENSE) | [Yes](https://github.com/metavoiceio/metavoice-src?tab=readme-ov-file) | Multilingual | Not Available | [π€ Space](https://ttsdemo.themetavoice.xyz/) | |
|
51 |
| Neural-HMM TTS | [Repo](https://github.com/shivammehta25/Neural-HMM) | [GitHub](https://github.com/shivammehta25/Neural-HMM/releases) | [MIT](https://github.com/shivammehta25/Neural-HMM/blob/main/LICENSE) | [Yes](https://github.com/shivammehta25/Neural-HMM?tab=readme-ov-file#setup-and-training-using-lj-speech) | English | [Paper](https://arxiv.org/abs/2108.13320) | [GH Pages](https://shivammehta25.github.io/Neural-HMM/) | |
|
52 |
| OpenVoice | [Repo](https://github.com/myshell-ai/OpenVoice) | [Hub](https://huggingface.co/myshell-ai/OpenVoice) | [CC-BY-NC 4.0](https://github.com/myshell-ai/OpenVoice/blob/main/LICENSE) | No | ZH + EN | [Paper](https://arxiv.org/abs/2312.01479) | [π€ Space](https://huggingface.co/spaces/myshell-ai/OpenVoice) | Non Commercial |
|