mudler / LocalAI

:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed inference
https://localai.io
MIT License
23.18k stars 1.76k forks source link

coqui tts: change to better maintained fork #2513

Open blob42 opened 3 months ago

blob42 commented 3 months ago

The coqui tts currently used has been unmaintained since some time. It seems this repo is the new maintained fork that is taking over. It is this fork that powers the RealtimeTTS library library.

It would also be great to add support for the RealtimeTTS engine. I would be glad to make a PR for both.

dave-gray101 commented 3 months ago

I think this is a great idea!

FYI: the existing extra-coqui test can be a bit flaky, and tends to need repeats sometimes. It's potentially related to being old as you say... or there may be something iffy with the code itself to keep an eye out for.

mudler commented 3 months ago

good point indeed! now that coqui is off the table pointing to a maintained version would be much wanted and better :+1:

AlexM4H commented 1 month ago

Any updates?