Option to show batch img2img results in UI#14009
Merged
AUTOMATIC1111 merged 1 commit intodevfrom Nov 20, 2023
Merged
Conversation
4 tasks
Owner
|
Wouldn't this work better as a setting? |
Collaborator
Author
yes, and I did consider that too after submitting the PR in settings I would also have space of an extra option, limit on the maximum number of images showed |
shared.opts.img2img_batch_show_results_limit limit the number of images return to the UI for batch img2img default limit 32 0 no images are shown -1 unlimited, all images are shown
fa1a4d2 to
dea5e43
Compare
Collaborator
Author
|
Updated |
AUTOMATIC1111
approved these changes
Nov 20, 2023
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
add settings
Settings > img2img > Show the first N batch img2img results in UIthis option allows the user to control the amount of images to return to the UI when performing batch img2img
images up to is it amount will be shown when performing batch img2img, this prevents webui from trying to display too many images and having to keep them all in memory
this is similar to how extras tab have an option to show resulting image
I've only noticed that there's no option to do this because there was an extension submission
AUTOMATIC1111/stable-diffusion-webui-extensions#231
from my testing gen info should be correct
and should works with script, tested with XYZ grid
default set to 32 images
set 0 to disable, -1 for unlimited
Screenshots/videos
outdated
add option to show batch img2img results in UI, default disabled
Screenshots/videos:
Checklist: