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
686 stars 71 forks source link

chat with character #204

Closed kalle07 closed 2 months ago

kalle07 commented 2 months ago

is it possible to avoid that ...

ok i try to explane

if ich choose a character, i pic one and instantly the last chat is loaded or the new chat is loadet and if somewhat is there to talk it starts to talk ... so i must wait 1min to choose the next character ^^

give it a possibilitiy if a text is loooong and it talks a lot to break that, not only stop(II)

thx

erew123 commented 2 months ago

@kalle07

The next version of AllTalk will have a stop function to break current TTS generation. However, I cannot stop applications like Text-generation-webui, SillyTavern or Kobold sending text off for TTS generation. This is a function of those applications, not AllTalk. AllTalk just generates whatever is sent to it and that is controlled by the main applications.

Thanks