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
1.14k
stars
118
forks
source link
Add an option to send a voice (file not name) with the streaming/generation request. #306
Add an option to send a voice (file not name) with the streaming/generation request, so that the service doesn't need to hold all voices beforehand but can get spoonfed per request.
What I mean with that is.
At the moment you need to have the voices inside the voices folder. I'd like it if I could send the currently needed voicefile for that generation with the request, so that my voices folder can stay empty and I can place them client side. (Easier for clients to manage)
Add an option to send a voice (file not name) with the streaming/generation request, so that the service doesn't need to hold all voices beforehand but can get spoonfed per request.
What I mean with that is. At the moment you need to have the voices inside the voices folder. I'd like it if I could send the currently needed voicefile for that generation with the request, so that my voices folder can stay empty and I can place them client side. (Easier for clients to manage)