-
-
Notifications
You must be signed in to change notification settings - Fork 882
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
Load YAML settings into GUI #436
Merged
Merged
Conversation
This file contains 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
JohannesGaessler
force-pushed
the
load-button
branch
from
September 1, 2022 14:26
2fb1789
to
0d5b055
Compare
Given the new GUI how about adding these buttons to the right of "Copy only seed":
If horizontal space is an issue "Copy full parameters" and "Copy only seed" could be shortened to "Copy all" and "Copy seed" (on my screen it should be fine even without shortening). |
Functional restore defaults From file, non-working paste Working paste settings
JohannesGaessler
force-pushed
the
load-button
branch
from
September 1, 2022 20:52
0d5b055
to
de6d49d
Compare
I now consider this ready to merge. Summary:
|
jjisnow
pushed a commit
to jjisnow/stable-diffusion-webui
that referenced
this pull request
Sep 3, 2022
Functional restore defaults From file, non-working paste Working paste settings
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.
I implemented YAML info files for samples.
Subsequently someone else implemented YAML config files.
However, currently there seems to be no way to load these when using the GUI.
The goal of this PR is to implement this feature.
Detailed goals:
I would like feedback regarding the following points:
The specific design of the UI elements is not yet finalized and will depend on the implementation goals.