fumiama / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
GNU Affero General Public License v3.0
114 stars 15 forks source link

Errors appear in the Gradio UI but not in the console #83

Open robobun7 opened 2 weeks ago

robobun7 commented 2 weeks ago

Describe the bug When I try to load weights or perform inference, I get errors appearing in the UI but no corresponding information in the console.

The python process still shows activity in Task Manager, as if the script is running in the background, but nothing appears on the page.

To Reproduce I simply tried loading the weights and running an inference, and I received these errors.

Expected behavior I expected to be able to use the program.

Screenshots image image image

Desktop (please complete the following information):

Additional context If there's any debug mode that I could enable to get more information in the console, that would be great.

fumiama commented 2 weeks ago

Quite strange 😂. I noticed that you are using conda. Maybe you can try venv and see what will happen.

robobun7 commented 2 weeks ago

It works fine with venv instead of conda.

fumiama commented 2 weeks ago

Now you can use it normally. We still want to figure out why conda didn't work but it may take a long time.

robobun7 commented 2 weeks ago

You should probably remove the line in the readme that recommends conda until the bug is fixed.

fumiama commented 2 weeks ago

You should probably remove the line in the readme that recommends conda until the bug is fixed.

No problem.