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
1.16k stars 122 forks source link

xttsv2 (AllTalkV2) Streaming not working on ST (ASGI Exception) #379

Closed PizzaSlice-cmd closed 1 month ago

PizzaSlice-cmd commented 1 month ago

Did a fresh install of AllTalk V2 and Streaming is not working Silly Tavern. Standard generation is working fine.

This is the error i get on the terminal

ERROR: Exception in ASGI application Traceback (most recent call last): File "D:\SD\alltalk\alltalk_environment\env\Lib\site-packages\starlette\responses.py", line 257, in call await wrap(partial(self.listen_for_disconnect, receive)) File "D:\SD\alltalk\alltalk_environment\env\Lib\site-packages\starlette\responses.py", line 253, in wrap await func() File "D:\SD\alltalk\alltalk_environment\env\Lib\site-packages\starlette\responses.py", line 230, in listen_for_disconnect message = await receive() ^^^^^^^^^^^^^^^ File "D:\SD\alltalk\alltalk_environment\env\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 534, in receive await self.message_event.wait() File "D:\SD\alltalk\alltalk_environment\env\Lib\asyncio\locks.py", line 213, in wait await fut asyncio.exceptions.CancelledError: Cancelled by cancel scope 2133557f990

During handling of the above exception, another exception occurred:

erew123 commented 1 month ago

@PizzaSlice-cmd Please read this https://github.com/erew123/alltalk_tts/issues/377

Thanks