stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: X/Y Plot enhancements
trafficstars
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
Some suggested enhancements for the "X/Y plot" script.
Proposed workflow
- As well as "Prompt S/R", allow just "Prompt" and "Negative Prompt". This would make it easier to compare samplers/checkpoints across a range of prompts.
- Allow the separator to be a CR/LF character instead of a comma. This would allow items to be edited more easily and would make it simpler to use whole prompts.
- When selecting "Samplers", default the values to the enabled list of samplers.
- When selecting "Checkpoints", default the values to the list of available checkpoints.
Additional information
No response
#3 and #4 were added in this commit today, plus all kinds of other X/Y values can be filled instantly:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/55947857f035040d00249f02b17e39370033a99b
Brilliant idea, and huge thanks to @AUTOMATIC1111 for coding it.
#3 and #4 were added in this commit today, plus all kinds of other X/Y values can be filled instantly:
Brilliant idea, and huge thanks to @AUTOMATIC1111 for coding it.
Thanks, that will save me so much time!