erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
816 stars 91 forks source link

Thank you #168

Closed bkutasi closed 4 months ago

bkutasi commented 4 months ago

I don't have any issues with this amazing piece of software, so I just wanted to say thank you. I love how you take the more traditional “manual” approach and put actually useful things in the readme, write down everything in detail, it clearly shows that you're not just duck taping everything together on the fly. The installation was also seamless, which is quite unique with small projects in my experience. The standalone edition runs very smoothly on my 10+ year old laptop(frontend), while usually gradio based projects have troubles with performance. Good job!

erew123 commented 4 months ago

Hi @bkutasi

Thanks that really kind! I'm not sure about the duck taping, maybe I just have a LOT of duck tape haha! I guess I have a mantra to try make things simple and if there's an issue/problem either code around it or document it. Much easier than writing the same response 20x to 20x people or telling people to go look through a 50+ entry thread to try find an answer.

All the best!