acheong08 / Diffusion-ColabUI

Choose your diffusion models and spin up a WebUI on Colab in one click
Apache License 2.0
421 stars 62 forks source link

Generated images not showing #75

Closed mathvafter closed 1 year ago

mathvafter commented 1 year ago

when using sampling steps greater than 26, the results are not showing try to click generate button again but its no response generated results can be seen on the collab folder, but in the WebUI cannot be seen

acheong08 commented 1 year ago

Issue with gradio bandwidth limits. Can't transmit over 2MB at once if I remember correctly

Vendetta-S commented 1 year ago

Is this problem going to persist or do we have to wait for it? because this never really happen, I did once downloaded something that was beyond 2MB. Either this is another waiting or a annoying one

acheong08 commented 1 year ago

It seems the connection just breaks on the server end. It worked for a few weeks but it no longer works. I guess you have to try keeping the size lower. Another alternative is to view it in the image history/browser. I think it renders there sometimes.

acheong08 commented 1 year ago

I haven't found a good solution to this with gradio. localtunnel was once preferred but it was discontinued due to instability

acheong08 commented 1 year ago

Maybe ngrok will work but it will force users to get a token which is extra work

Vendetta-S commented 1 year ago

I'll just wait until it is fixed.

qwertea commented 1 year ago

Hi, I don't know the details but this is only a problem with the newer version of gradio. When I downgrade it 3.13.0 by editing requirements.txt and requirements_versions.txt before the first launch, it works fine.

acheong08 commented 1 year ago

This could be the case. I'll snap it to 3.13.0 after some testing tomorrow.

mathvafter commented 1 year ago

Hi, I don't know the details but this is only a problem with the newer version of gradio. When I downgrade it 3.13.0 by editing requirements.txt and requirements_versions.txt before the first launch, it works fine.

yep downgrading gradio fix the issue

acheong08 commented 1 year ago

Fixed https://github.com/acheong08/stable-diffusion-webui/commits/main