Closed armelvil closed 6 months ago
It seems others on windows are running into the same issues. I've attempted pip install -r on all of these extensions, and it hasn't altered the behavior.
Unfortunately I'm not sufficiently versed in Python to troubleshoot it myself.
The same behavior hits on coqui_tts and silero_tts
Silero TTS attempted user here, I think this is because the program is using its own copy of python, so system pip installs the requirements to the wrong place. Looking into that...
It's very hacky, but basically, I edited start_linux.sh to call this at the very end instead of starting the server: python -m pip install -r extensions/silero_tts/requirements.txt --upgrade
With the proper environment for everything already set up by the script, the modules install to the right place.
This issue has been closed due to inactivity for 2 months. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.
Yeah, it's still relevant, @oobabooga just hasn't fixed it yet. Mister bot, what makes you think that because something wasn't fixed it just suddenly fixes itself? You robots do not have self repair or self healing like creatures do.
Describe the bug
There seems to be a large number of unresolved python issues loading the TTS extensions.
Running TGWUI and enabling basically any TTS extension results in something breaking, somehow.
Is there an existing issue for this?
Reproduction
Setup in a podman container, permissions are fine, run tgwui and enable extensions from the gradio interface, sit back as everything breaks.
Screenshot
No response
Logs
System Info