🔥 XTTS implementation

This commit is contained in:
Eren Gölge
2023-09-13 17:51:24 +02:00
committed by Eren G??lge
parent 4d3f23b5d3
commit 4033db5f4b
28 changed files with 5866 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Tortoise 🐢
# 🐢 Tortoise
Tortoise is a very expressive TTS system with impressive voice cloning capabilities. It is based on an GPT like autogressive acoustic model that converts input
text to discritized acouistic tokens, a diffusion model that converts these tokens to melspeectrogram frames and a Univnet vocoder to convert the spectrograms to
the final audio signal. The important downside is that Tortoise is very slow compared to the parallel TTS models like VITS.