lobehub / sd-webui-lobe-theme

🅰️ Lobe theme - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.
https://github.com/AUTOMATIC1111/stable-diffusion-webui
GNU Affero General Public License v3.0
2.31k stars 217 forks source link

Extra networks stuck on loading #550

Open miaoshouai opened 3 months ago

miaoshouai commented 3 months ago

👀 检查清单 | Initial checklist

💻 系统环境 | Operating System

Windows

🌐 浏览器 | Browser

Chrome

📦 SD Wbui 版本或提交 | Version or Commit

1.8

📦 Lobe Theme 版本或提交 | Version or Commit

3.4.10

🐛 问题描述 | Bug Description

extra networks stuck on loading forever, after displaying connection time out and time out uploading data to server error. refresh the browser will still have the same thing. This is on a fresh install of a1111 1.8 version

image

2024-03-09_09-16-46

🚦 期望结果 | Expected Behavior

No response

📷 复现步骤 | Recurrence Steps

No response

📝 补充信息 | Additional Information

No response

lobehubbot commented 3 months ago

👀 @miaoshouai

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.\ 非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

miaoshouai commented 3 months ago

and also notice there is no error msg in the console, this error also happened in webui1.6, but you can at least getting the models reloaded after refreshing the browser, but now it's not loading at all.

ostap667inbox commented 3 months ago
  1. First, try disabling sd-webui-lobe-theme temporarily and see if this bug remains.
  2. If it turns out that sd-webui-lobe-theme is not the problem, try adding the --no-gradio-queue flag to webui-user.bat
ly827 commented 3 months ago

确实有问题,现在全是网络错误,看终端确实是 gradio queue问题,添加这个 --no-gradio-queue 可以正常使用,但是安装扩展出现这个问题着实不应该

lobehubbot commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


There is indeed a problem. Now it is all network errors. Looking at the terminal, it is indeed a gradio queue problem. Adding this --no-gradio-queue can be used normally, but this problem should not occur when installing extensions.

ly827 commented 3 months ago

确实有问题,现在全是网络错误,看终端确实是 gradio queue问题,添加这个 --no-gradio-queue 可以正常使用,但是安装扩展出现这个问题着实不应该

冤枉 @lobehub 了, 发现是因为系统代理问题,https://github.com/gradio-app/gradio/issues/4243 关闭系统代理就好了

lobehubbot commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


There is indeed a problem. Now it is all network errors. Looking at the terminal, it is indeed a gradio queue problem. Adding this --no-gradio-queue can be used normally, but this problem should not occur when installing extensions.

@lobehub was wronged. I found out that it was because of the system proxy problem. https://github.com/gradio-app/gradio/issues/4243 Just turn off the system proxy.

miaoshouai commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

There is indeed a problem. Now it is all network errors. Looking at the terminal, it is indeed a gradio queue problem. Adding this --no-gradio-queue can be used normally, but this problem should not occur when installing extensions.

this is actually not my case, i was not using proxy.

miaoshouai commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

There is indeed a problem. Now it is all network errors. Looking at the terminal, it is indeed a gradio queue problem. Adding this --no-gradio-queue can be used normally, but this problem should not occur when installing extensions.

after adding --no-gradio-queue, the time out message is no longer showing, but extra networks is still showing loading forever. you can hit reload extra networks to somehow makes the model showing and clickable, but there is still a layer displaying on top of that showing gradio loading icon image image

ostap667inbox commented 3 months ago

A shamanic method that works when other methods fail: delete the /VENV/ folder in the WebUI and restart it.