stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: Stuck On Loading

Open Annuakin opened this issue 2 years ago • 5 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

After launching Web.ui and I open the site, it shows the loading screen but nothing really happens after, anyway to extract a log file through a commandline maybe or something, would appreciate a quick help.

Steps to reproduce the problem

  1. Go to .... aa
  2. Press ....aa
  3. ...aa

What should have happened?

Well the site would open

Commit where the problem happens

Site

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--skip-torch-cuda-test --precision full --lowvram --opt-sub-quad-attention --disable-nan-check

List of extensions

.a

Console logs

.

Additional information

aa

Annuakin avatar Feb 26 '23 08:02 Annuakin

That's not really a useful bug report. Can you fill in the fields?

philpax avatar Feb 26 '23 11:02 philpax

in case they mean this: I now have the problem (in both chrome and safari) that when I want to open the web ui with the public gradio url link (like https://[random number].gradio.live/) it'll keep loading forever until I get "504 Gateway Time-out"

edit: ok seems like gradio.live is down. if I run

!pip uninstall -y gradio !pip install gradio==3.9

to use the older version of gradio that generates a link with "gradio.app" it works

artemisiaaaa avatar Feb 26 '23 20:02 artemisiaaaa

如果他们是这个意思:我现在有问题(在 chrome 和 safari 中),当我想用​​公共 gradio url 链接(比如 https://[random number].gradio.live/)打开 web ui 时,它将永远加载直到我收到“504 网关超时”

编辑:好的,gradio.live 似乎已关闭。如果我跑

!pip uninstall -y gradio !pip install gradio==3.9

使用旧版本的 gradio 生成与“gradio.app”的链接,它可以工作

Yes, how to replace the version in Colab?

qa13683954882 avatar Feb 26 '23 21:02 qa13683954882

如果他们是这个意思:我现在有问题(在 chrome 和 safari 中),当我想用​​公共 gradio url 链接(比如 https://[random number].gradio.live/)打开 web ui 时,它将永远加载直到我收到“504 网关超时” 编辑:好的,gradio.live 似乎已关闭。如果我跑 !pip uninstall -y gradio !pip install gradio==3.9 使用旧版本的 gradio 生成与“gradio.app”的链接,它可以工作

Yes, how to replace the version in Colab?

just run a cell with:

!pip uninstall -y gradio 
!pip install gradio==3.9

before launch cell

artemisiaaaa avatar Feb 26 '23 22:02 artemisiaaaa

如果他们是这样想的:我现在有问题(在 chrome 和 safari 中),当我想使用 公共 gradio url 链接(如 https://[random number].gradio.live/)打开 web ui 时,它将永远远加载直到我收到“504网关超时” 编辑:好的,gradio.live 似已关闭。如果我跑 !pip uninstall -y gradio !pip install gradio==3.9 使用旧版的gradio生成与“gradio.app”的链接即可,包

是的,如何更换Colab中的版本?

只需运行一个单元格:

!pip uninstall -y gradio 
!pip install gradio==3.9

发射单元前

thank you,In addition, I also found another way to replace。gradio is so unstable. You can check this article, start with --ngrok agent https://note.com/raiscorr/n/n976695819a3b

qa13683954882 avatar Feb 26 '23 22:02 qa13683954882

Closing as stale.

akx avatar May 28 '23 21:05 akx