option "open image button" open the actual dir#14947
Merged
AUTOMATIC1111 merged 2 commits intodevfrom Feb 17, 2024
Merged
Conversation
Owner
|
We will fit it into 1.8 but are settings necessary? Seems like a good change that doesn't need any configuration. |
Collaborator
Author
that's why I enabled it by default I don't really like the wording of my settings descriptions if you have suggestions |
AUTOMATIC1111
approved these changes
Feb 17, 2024
AUTOMATIC1111
added a commit
that referenced
this pull request
Feb 17, 2024
option "open image button" open the actual dir
Closed
Closed
ruchej
pushed a commit
to ruchej/stable-diffusion-webui
that referenced
this pull request
Sep 30, 2024
option "open image button" open the actual dir
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
one of the things that annoys me no end is that the

open image buttondon't actually opens the actual output dir but the output rootthis is annoying for people that uses subdirectories, this is one extra click for every time they use
open image buttonalso since we would navigate in the the suvdir the next time we click the button it opens a new windwos causing lots of extra windows to be open
this PR makes it so it will to open the actual directory and not output root
I decided to enable this option by default because I feel like it's more natural option
this also would be useful if one has images up to different directories (such as the grid images)
user can select which directory to open

Output rootwill always open the main output root (effectively disabling this PR)Subdirectorywill open the the actual directorySubdirectory (even temp dir)same asSubdirectorybut will also open the temp dir (when image is not always saved)if possible I like to squeeze this into 1.8 RC
Checklist: