TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.5k stars 1.31k forks source link

Can't open public URL address for Automatic1111 webui #1224

Open MaxTran96 opened 1 year ago

MaxTran96 commented 1 year ago

Hi, when i tried to load the model, the log is this

LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Downloading100% 961k/961k [00:00<00:00, 1.88MB/s] Downloading100% 525k/525k [00:00<00:00, 1.23MB/s] Downloading100% 389/389 [00:00<00:00, 314kB/s] Downloading100% 905/905 [00:00<00:00, 942kB/s] Loading weights [acefa98d] from /content/gdrive/MyDrive/Fast-Dreambooth/Sessions/max-v2/max-v2.ckpt Applying xformers cross attention optimization. Model loaded. Textual inversion embeddings loaded(0): Running on local URL: http://127.0.0.1:7860/

Before there would also be 'Running on public URL', now it's no longer there. Anyone knows why?

rektobot commented 1 year ago

same, think its an auto1111 issue cause gradio works on all of camendurus notebooks. im still pissed about the random kerras update that rekt my seeds and a lot of my work this morning. didnt even notice it. fug

rektobot commented 1 year ago

local url now working tho, just tried it

tuangd commented 1 year ago

Same problem happened to me

hannibalbarx commented 1 year ago

same issue , gradio url not being output

hannibalbarx commented 1 year ago

local url now working tho, just tried it

you're running on google colab? how would local url work?

did you get the gradio url in the output?

rektobot commented 1 year ago

yeah im on colab, unclick the gradio button and run cell again. but i still get errors when i try to generate so it still doesnt work for me

longlivebigcat commented 1 year ago

yeah im on colab, unclick the gradio button and run cell again. but i still get errors when i try to generate so it still doesnt work for me

This solution worked for me. I could use the local tunnel approach to continue using the AUTOMATIC1111 web GUI

sebrosen commented 1 year ago

same issue here

pathikg commented 1 year ago

yeah im on colab, unclick the gradio button and run cell again. but i still get errors when i try to generate so it still doesnt work for me

yes, disabling gradio checkmark does work to output a URL but generated images are not visible in that UI (but can be seen in drive folder)

image

tamal777 commented 1 year ago

yeah im on colab, unclick the gradio button and run cell again. but i still get errors when i try to generate so it still doesnt work for me

yes, disabling gradio checkmark does work to output a URL but generated images are not visible in that UI (but can be seen in drive folder)

image

yes but after one generation the ui stops responding. you cannot generate another image without opening the url in the new tab.

Quark999 commented 1 year ago

Same behaviour here - no images appear after generation, have to reload the page to be able to hit “Generate” again (nothing happens if I click it and haven’t reloaded). Both with and without Gradio.

JeleLele3 commented 1 year ago

Hope a fix comes soon, was planning on messing around with SD today, been waiting for a few hours already...

TheLastBen commented 1 year ago

https://github.com/TheLastBen/fast-stable-diffusion/commit/cf8932a4ea34e75989313110919af715b49550c2 see if it works

Blitzarts commented 1 year ago

gets stuck on - running on local url:

:c

TheLastBen commented 1 year ago

gets stuck on - running on local url: https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb

Blitzarts commented 1 year ago

gets stuck on - running on local url: https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb

Is working again! thank you very much 💯

JeleLele3 commented 1 year ago

gets stuck on - running on local url: https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb

Works now, thanks Ben, you legend!

longlivebigcat commented 1 year ago

yeah im on colab, unclick the gradio button and run cell again. but i still get errors when i try to generate so it still doesnt work for me

yes, disabling gradio checkmark does work to output a URL but generated images are not visible in that UI (but can be seen in drive folder) image

yes but after one generation the ui stops responding. you cannot generate another image without opening the url in the new tab.

I had similar experience. My walkaround is: the first try choose to generate 1 or 2 pictures. The generated images will show in the UI. Then I would try 4 or 6 pictures. But the steps*images should not exceed 240. Otherwise the images would not apprear.