Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Show images as soon as they are created #51

Closed
MrLawbreaker opened this issue Sep 2, 2022 · 2 comments
Closed

Suggestion: Show images as soon as they are created #51

MrLawbreaker opened this issue Sep 2, 2022 · 2 comments

Comments

@MrLawbreaker
Copy link

Not sure if this is a limitation of Gradio but i think it would be nice to be able to see the pictures that have already been created when a batch is ready. So one does not have to wait for all to be done.

@AUTOMATIC1111
Copy link
Owner

it is a limitation, it quite possibly can be worked around, but I imagine the amount of effort to make it work won't be comparable to amount of good that it produces.

@orionaskatu
Copy link
Contributor

Not sure if this is a limitation of Gradio but i think it would be nice to be able to see the pictures that have already been created when a batch is ready. So one does not have to wait for all to be done.

If you can code a little, in modules/images.py after line 294 you can catch each image (with fullfn var) as soon as they are generated and send them somewhere.
For example I send them to a discord server so I can check the results without having to wait for the batch to finish or checking the outputs directory.

cabelo pushed a commit to cabelo/stable-diffusion-webui that referenced this issue Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants