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
864 stars 98 forks source link

is it possible to add support for Styletts2 ,Gpt-Sovits and EmotiVoice, #289

Closed shivshankar11 closed 1 month ago

shivshankar11 commented 1 month ago

Is your feature request related to a problem? Please describe. NO

Describe the solution you'd like add support for Styletts2 which is very fast and good quality to, Gpt-Sovits and EmotiVoice,

Describe alternatives you've considered No

Additional context they all have python package- https://pypi.org/search/?q=StyleTTS+2 https://pypi.org/project/emotivoice/ https://pypi.org/project/gpt-sovits-infer/ https://pypi.org/project/gpt-sovits-python/

erew123 commented 1 month ago

Hi @shivshankar11

Potentially no issue adding them, its just a question of my time and being able to test/look for overlapping requirements issues.

I've added this conversation into the Feature requests list for others to reference.

Its also fully possible for yourself/others to add in a TTS engine using the template/guide here https://github.com/erew123/alltalk_tts/tree/alltalkbeta/system/tts_engines/template-tts-engine

Thanks