Open Thecubezarmy opened 1 year ago
Do you happen to have a lot of additional networks installed? (loras, embeddings, etc.) I'm wondering if it has to do with the amount of extra networks processing happening on startup
Just want to add some note, i also receive the same issue when trying to launch the webui.bat after the latest commit. Tried remove Extension didn't do anything. But if i remove my Lora directory folder to default. It launch like usual.
Tried removing Ckpt dir but didn't effect it. Still slow launch. and Same Timeout Error.
Maybe it because of having too much Lora's ?
Think I figured it out - the Gradio crash is their problem, because that url_ok
method is supposed to check for network connectivity and return true or false, not throw an exception (gradio-app/gradio#3517)
On the other hand, the reason why the webui backend takes so long to respond for me is indeed the extra networks UI, I filed an issue here to track that: #8781
uhh... In my case, it was problem with windows time service. I looked windows event log and found it. so, perhaps this issue comes from automatic windows time sync. do not delete all of your lora, checkpoints, and other stuff. just simple problem.
Is there an existing issue for this?
What happened?
Did the simple installation for windows and ran webui-user.bat
Steps to reproduce the problem
What should have happened?
the page should have loaded and i should have been able to use the ui
Commit where the problem happens