stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: UI enhancement - prevent beginner mistakes
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 ?
There are a few mistakes beginners do often (and advanced users as well, when they don't take care...) and that the UI could simply prevent:
- [ ] img2img inpaint with "Masked content" set to "latent noise" creates strange colors (when "denoising strength" is not 1)
- [ ] image generation fails when an inpaint / not a inpaint model is loaded (creating a console error message that the tensor dimension doesn't match)
Proposed workflow
- Disable the "denoising strength" slider and set it to "1" when "latent noise" or "latent nothing" is selected. (Bonus: create a tool tip / mouse over that educates the user why it is disabled now)
- When the model type doesn't match to the generation mode show a warning message as a hint and show a pop up message when the user clicks on "Generate" instead of showing the tensor mismatch error that the user can't interpret
Additional information
No response