Open dazinator opened 9 months ago
Hmm I "solved" this by removing the streaming_state
variable entirely from the script so it was several lines.
I wonder if an upstream extension is able to remove it or something (I am not familiar with python code)
I am seeinng the following error when the extension is loading and I wondered if anyone had any pointers? coqui_tts extension is working ok.
I noted when I installed TTS like this
pip install TTS --no-dependencies
the extension would not load and I saw an error abouttorchaudio
not being installed. I do not seetorchaudio
in requirements.txt either. So I basically did apip install TTS
which did installtorchaudio
and other stuff, but didn't fully complete because ofnumpy
discrepencies (probably as expected as I guess thats why you advise using--no-dependencies
?)