gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.03k stars 99 forks source link

[QUESTION] While installing TTS, it is crashed. #142

Open airpdev opened 1 year ago

airpdev commented 1 year ago

Hello, After cloning the latest audio-webui git repo, run ./run.sh file on ubuntu22.04 (python3.10, GPU) But while installing TTS, it is crashed. Exit code: 1

Please help me resolve this problem.

gitmylo commented 1 year ago

Hmm, i got another report of this same issue a little before this, but TTS didn't even update this time, it would be useful to have an install log though.

gitmylo commented 1 year ago

I will likely be moving TTS to an extension so it can be disabled whenever such an issue occurs, as i don't want users to be stuck because of a feature they weren't even planning to use.

gitmylo commented 1 year ago

TTS has been moved to an extension, if you want to use audio-webui without TTS, you'll need to use the TTS-extension branch. Which has the TTS features removed so they can be loaded through an extension instead.