ddPn08 / automatic1111-colab

Using StableDiffusion webui on Colab
350 stars 84 forks source link

Running on public URL no appears #19

Closed Dmalizer closed 1 year ago

Dmalizer commented 1 year ago

Greetings, I have this problem when I load the "Running on public URL" no appears, any idea why it happens?

0001

ddPn08 commented 1 year ago

image Please show me all the lines starting with "Launching Web UI with arguments:".

catapulta commented 1 year ago

Same problem. Here's the Web UI arguments: Launching Web UI with arguments: --xformers --share --gradio-auth user:password

Thanks for the well maintained colab!

ddPn08 commented 1 year ago

I see, that behavior is strange. I think it's probably a bug in AUTOMATIC1111/stable-diffusion-webui. I will check here as well.

ddPn08 commented 1 year ago

https://github.com/gradio-app/gradio/issues/2918

ddPn08 commented 1 year ago

image As a stopgap measure, it can be fixed by inserting the code below like this:

pip uninstall gradio
pip install gradio==3.9

https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/c0ee1488702d5a6ae35fbf7e0422f9f685394920

ddPn08 commented 1 year ago

It seems to have been fixed. https://github.com/gradio-app/gradio/issues/2918#issuecomment-1369850904