Skip to content
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

Support all Coqui TTS models in the server #252

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Support all Coqui TTS models in the server #252

wants to merge 3 commits into from

Conversation

eginhard
Copy link
Member

@eginhard eginhard commented Jan 10, 2025

The server now uses the Coqui Python API internally, which allows it to use any Coqui TTS model, including XTTS, Fairseq, Tortoise, Bark etc.

Fixes #25
Fixes #99
Fixes coqui-ai#2927
Fixes coqui-ai#3140
Fixes coqui-ai#3271
Fixes coqui-ai#3369
Fixes coqui-ai#3454
Fixes coqui-ai#3544
Fixes coqui-ai#3797
Fixes coqui-ai#4126 (and probably many others...)
Obsoletes #227
Obsoletes coqui-ai#3476

Server can then synthesise with any Coqui model, including XTTS, Fairseq,
Tortoise, Bark etc.
@eginhard eginhard changed the title Support all Coqui TTS model in the server Support all Coqui TTS models in the server Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment