-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tortoise-tts-fast #18
Comments
I'll take a look at it!
…On Mon, May 29, 2023, 9:52 PM HobisPL ***@***.***> wrote:
Have you considered adding Tortoise-TTS-Fast instead of the original
Tortoise-TTS? Fast performs much faster, and you can add your own models to
it. It's better to clone voices because you can extract the latents from
whole audio samples, making them more sophisticated.
https://github.com/152334H/tortoise-tts-fast
—
Reply to this email directly, view it on GitHub
<#18>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI7R4IYGXA3ZYPNCRJTXITV6LANCNFSM6AAAAAAYTCNXKI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
That repo has a very strong license (AGPL v3). If that repo is very important then you could create a fork of this webui to swap tortoise-tts with tortoise-tts-fast. |
Ok so - as far as I tested it: This is the error I got: For installation I used: # Installing TortoiseTTS Fast - AGPLv3
git clone https://github.com/152334H/tortoise-tts-fast tortoise_tts_fast
cd tortoise_tts_fast
pip install --ignore-installed llvmlite -e .
pip install --ignore-installed llvmlite git+https://github.com/152334H/BigVGAN.git |
Improved performance and UI, although tortoise-tts-fast should still be faster. |
I found a repository that already uses Gradio, and it includes training and many cool options. |
@rsxdalv you can update this repo with new api call
|
I'm considering this resolved for now. Feel free to reopen this or another issue for more tortoise optimizations. |
Have you considered adding Tortoise-TTS-Fast instead of the original Tortoise-TTS? Fast performs much faster, and you can add your own models to it. It's better to clone voices because you can extract the latents from whole audio samples, making them more sophisticated.
https://github.com/152334H/tortoise-tts-fast
The text was updated successfully, but these errors were encountered: