stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Feature Request]: UI enhancement - prevent beginner mistakes

Open ChristianMayer opened this issue 1 year ago • 0 comments

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

  1. 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)
  2. 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

ChristianMayer avatar Feb 04 '24 22:02 ChristianMayer