mirror of https://github.com/coqui-ai/TTS.git
Update docs and credits
parent
21a3f280de
commit
9b041f958b
|
@ -106,8 +106,9 @@ Underlined "TTS*" and "Judy*" are 🐸TTS models
|
|||
|
||||
### End-to-End Models
|
||||
- VITS: [paper](https://arxiv.org/pdf/2106.06103)
|
||||
- YourTTS: [paper](https://arxiv.org/abs/2112.02418)
|
||||
- Tortoise: [orig. repo](https://github.com/neonbjb/tortoise-tts)
|
||||
- 🐸 YourTTS: [paper](https://arxiv.org/abs/2112.02418)
|
||||
- 🐢 Tortoise: [orig. repo](https://github.com/neonbjb/tortoise-tts)
|
||||
- 🐶 Bark: [orig. repo](https://github.com/suno-ai/bark)
|
||||
|
||||
### Attention Methods
|
||||
- Guided Attention: [paper](https://arxiv.org/abs/1710.08969)
|
||||
|
|
|
@ -6,6 +6,7 @@ It is architecturally very similar to Google's [AudioLM](https://arxiv.org/abs/2
|
|||
|
||||
## Acknowledgements
|
||||
- 👑[Suno-AI](https://www.suno.ai/) for training and open-sourcing this model.
|
||||
- 👑[gitmylo](https://github.com/gitmylo) for finding [the solution](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer/) to the semantic token generation for voice clones and finetunes.
|
||||
- 👑[serp-ai](https://github.com/serp-ai/bark-with-voice-clone) for controlled voice cloning.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue