-
-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Whenever i try to load a model within the web UI i encounter with this error "Connection errored out".
I provided a screenshot of the problem so you can see it yourself.
I got this error as well inside automatic1111 which is a web ui for generating images and i fixed it by adding this flag --no-gradio-queue so i don't know if both of these problems are the same.
I tried to load on RVC, AudioLDM, AudioCraft and Text to speech but i got the same error in all of them.
I have a question does the load button will automatically download the model and then load it ? or should i download the model first and then place it in the models folder and then press the load button ?.
Also i already added these flags --launch --no-data-cache on the run_py.bat file (i don't know if it is the place to add flags) and my full text in the file is :
"@echo off
py -3.10 main.py --launch --no-data-cache %* "
And sorry if i didn't follow the format of creating an issue and thank you!
.