mirror of https://github.com/coqui-ai/TTS.git
parent
34e5c7dc59
commit
cb883911c9
48
README.md
48
README.md
|
@ -1,17 +1,20 @@
|
||||||
|
|
||||||
## 🐸Coqui.ai News
|
## 🐸Coqui.ai News
|
||||||
- 📣 ⓍTTSv2 is here with 16 languages and better performance across the board.
|
- 📣 ⓍTTSv2 is here with 16 languages and better performance across the board.
|
||||||
- 📣 ⓍTTS fine-tuning code is out. Check the [example recipes](https://github.com/coqui-ai/TTS/tree/dev/recipes/ljspeech).
|
- 📣 ⓍTTS fine-tuning code is out. Check the [example recipes](https://github.com/eginhard/coqui-tts/tree/dev/recipes/ljspeech).
|
||||||
- 📣 ⓍTTS can now stream with <200ms latency.
|
- 📣 ⓍTTS can now stream with <200ms latency.
|
||||||
- 📣 ⓍTTS, our production TTS model that can speak 13 languages, is released [Blog Post](https://coqui.ai/blog/tts/open_xtts), [Demo](https://huggingface.co/spaces/coqui/xtts), [Docs](https://tts.readthedocs.io/en/dev/models/xtts.html)
|
- 📣 ⓍTTS, our production TTS model that can speak 13 languages, is released
|
||||||
- 📣 [🐶Bark](https://github.com/suno-ai/bark) is now available for inference with unconstrained voice cloning. [Docs](https://tts.readthedocs.io/en/dev/models/bark.html)
|
- [Blog Post](https://coqui.ai/blog/tts/open_xtts),
|
||||||
|
- [Demo](https://huggingface.co/spaces/coqui/xtts), [Docs](https://coqui-tts.readthedocs.io/en/dev/models/xtts.html)
|
||||||
|
- 📣 [🐶Bark](https://github.com/suno-ai/bark) is now available for inference
|
||||||
|
- with unconstrained voice cloning. [Docs](https://coqui-tts.readthedocs.io/en/dev/models/bark.html)
|
||||||
- 📣 You can use [~1100 Fairseq models](https://github.com/facebookresearch/fairseq/tree/main/examples/mms) with 🐸TTS.
|
- 📣 You can use [~1100 Fairseq models](https://github.com/facebookresearch/fairseq/tree/main/examples/mms) with 🐸TTS.
|
||||||
- 📣 🐸TTS now supports 🐢Tortoise with faster inference. [Docs](https://tts.readthedocs.io/en/dev/models/tortoise.html)
|
- 📣 🐸TTS now supports 🐢Tortoise with faster inference. [Docs](https://coqui-tts.readthedocs.io/en/dev/models/tortoise.html)
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://static.scarf.sh/a.png?x-pxid=cf317fe7-2188-4721-bc01-124bb5d5dbb2" />
|
<img src="https://static.scarf.sh/a.png?x-pxid=cf317fe7-2188-4721-bc01-124bb5d5dbb2" />
|
||||||
|
|
||||||
## <img src="https://raw.githubusercontent.com/coqui-ai/TTS/main/images/coqui-log-green-TTS.png" height="56"/>
|
## <img src="https://raw.githubusercontent.com/eginhard/coqui-tts/main/images/coqui-log-green-TTS.png" height="56"/>
|
||||||
|
|
||||||
|
|
||||||
**🐸TTS is a library for advanced Text-to-Speech generation.**
|
**🐸TTS is a library for advanced Text-to-Speech generation.**
|
||||||
|
@ -26,22 +29,14 @@ ______________________________________________________________________
|
||||||
[](https://discord.gg/5eXr5seRrv)
|
[](https://discord.gg/5eXr5seRrv)
|
||||||
[](https://opensource.org/licenses/MPL-2.0)
|
[](https://opensource.org/licenses/MPL-2.0)
|
||||||
[](https://badge.fury.io/py/TTS)
|
[](https://badge.fury.io/py/TTS)
|
||||||
[](https://github.com/coqui-ai/TTS/blob/master/CODE_OF_CONDUCT.md)
|
[](https://github.com/eginhard/coqui-tts/blob/master/CODE_OF_CONDUCT.md)
|
||||||
[](https://pepy.tech/project/tts)
|
[](https://pepy.tech/project/tts)
|
||||||
[](https://zenodo.org/badge/latestdoi/265612440)
|
[](https://zenodo.org/badge/latestdoi/265612440)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|
[](https://coqui-tts.readthedocs.io/en/latest/)
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
[](https://tts.readthedocs.io/en/latest/)
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -57,8 +52,8 @@ Please use our dedicated channels for questions and discussion. Help is much mor
|
||||||
| 👩💻 **Usage Questions** | [GitHub Discussions] |
|
| 👩💻 **Usage Questions** | [GitHub Discussions] |
|
||||||
| 🗯 **General Discussion** | [GitHub Discussions] or [Discord] |
|
| 🗯 **General Discussion** | [GitHub Discussions] or [Discord] |
|
||||||
|
|
||||||
[github issue tracker]: https://github.com/coqui-ai/tts/issues
|
[github issue tracker]: https://github.com/eginhard/coqui-tts/issues
|
||||||
[github discussions]: https://github.com/coqui-ai/TTS/discussions
|
[github discussions]: https://github.com/eginhard/coqui-tts/discussions
|
||||||
[discord]: https://discord.gg/5eXr5seRrv
|
[discord]: https://discord.gg/5eXr5seRrv
|
||||||
[Tutorials and Examples]: https://github.com/coqui-ai/TTS/wiki/TTS-Notebooks-and-Tutorials
|
[Tutorials and Examples]: https://github.com/coqui-ai/TTS/wiki/TTS-Notebooks-and-Tutorials
|
||||||
|
|
||||||
|
@ -66,9 +61,9 @@ Please use our dedicated channels for questions and discussion. Help is much mor
|
||||||
## 🔗 Links and Resources
|
## 🔗 Links and Resources
|
||||||
| Type | Links |
|
| Type | Links |
|
||||||
| ------------------------------- | --------------------------------------- |
|
| ------------------------------- | --------------------------------------- |
|
||||||
| 💼 **Documentation** | [ReadTheDocs](https://tts.readthedocs.io/en/latest/)
|
| 💼 **Documentation** | [ReadTheDocs](https://coqui-tts.readthedocs.io/en/latest/)
|
||||||
| 💾 **Installation** | [TTS/README.md](https://github.com/coqui-ai/TTS/tree/dev#installation)|
|
| 💾 **Installation** | [TTS/README.md](https://github.com/eginhard/coqui-tts/tree/dev#installation)|
|
||||||
| 👩💻 **Contributing** | [CONTRIBUTING.md](https://github.com/coqui-ai/TTS/blob/main/CONTRIBUTING.md)|
|
| 👩💻 **Contributing** | [CONTRIBUTING.md](https://github.com/eginhard/coqui-tts/blob/main/CONTRIBUTING.md)|
|
||||||
| 📌 **Road Map** | [Main Development Plans](https://github.com/coqui-ai/TTS/issues/378)
|
| 📌 **Road Map** | [Main Development Plans](https://github.com/coqui-ai/TTS/issues/378)
|
||||||
| 🚀 **Released Models** | [TTS Releases](https://github.com/coqui-ai/TTS/releases) and [Experimental Models](https://github.com/coqui-ai/TTS/wiki/Experimental-Released-Models)|
|
| 🚀 **Released Models** | [TTS Releases](https://github.com/coqui-ai/TTS/releases) and [Experimental Models](https://github.com/coqui-ai/TTS/wiki/Experimental-Released-Models)|
|
||||||
| 📰 **Papers** | [TTS Papers](https://github.com/erogol/TTS-papers)|
|
| 📰 **Papers** | [TTS Papers](https://github.com/erogol/TTS-papers)|
|
||||||
|
@ -140,7 +135,7 @@ You can also help us implement more models.
|
||||||
## Installation
|
## Installation
|
||||||
🐸TTS is tested on Ubuntu 18.04 with **python >= 3.9, < 3.12.**.
|
🐸TTS is tested on Ubuntu 18.04 with **python >= 3.9, < 3.12.**.
|
||||||
|
|
||||||
If you are only interested in [synthesizing speech](https://tts.readthedocs.io/en/latest/inference.html) with the released 🐸TTS models, installing from PyPI is the easiest option.
|
If you are only interested in [synthesizing speech](https://coqui-tts.readthedocs.io/en/latest/inference.html) with the released 🐸TTS models, installing from PyPI is the easiest option.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install TTS
|
pip install TTS
|
||||||
|
@ -149,7 +144,7 @@ pip install TTS
|
||||||
If you plan to code or train models, clone 🐸TTS and install it locally.
|
If you plan to code or train models, clone 🐸TTS and install it locally.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/coqui-ai/TTS
|
git clone https://github.com/eginhard/coqui-tts
|
||||||
pip install -e .[all,dev,notebooks,server] # Select the relevant extras
|
pip install -e .[all,dev,notebooks,server] # Select the relevant extras
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -174,7 +169,8 @@ python3 TTS/server/server.py --model_name tts_models/en/vctk/vits # To start a s
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then enjoy the TTS server [here](http://[::1]:5002/)
|
You can then enjoy the TTS server [here](http://[::1]:5002/)
|
||||||
More details about the docker images (like GPU support) can be found [here](https://tts.readthedocs.io/en/latest/docker_images.html)
|
More details about the docker images (like GPU support) can be found
|
||||||
|
[here](https://coqui-tts.readthedocs.io/en/latest/docker_images.html)
|
||||||
|
|
||||||
|
|
||||||
## Synthesizing speech by 🐸TTS
|
## Synthesizing speech by 🐸TTS
|
||||||
|
|
Loading…
Reference in New Issue