stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Name of the quicksetting may block control
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
When adding settings to quicksettings, the full text of the setting is shown at the top of the UI, causing the setting name box to float over the controls. This make it very difficult to use certain quicksettings.
Steps to reproduce the problem
- Go to
settingstab - Add
show_progress_every_n_stepsto theQuicksettings list - Refresh the UI
- See that the identifier for the progress quicksetting uses its full description (
Show image creation progress every N sampling steps. Set to 0 to disable. Set to -1 to show after completion of batch.), obscuring the controls.

What should have happened?
Quicksettings should display a short name, to prevent it obscuring the controls.
Commit where the problem happens
5a7f85d58a5c0d5a1f187e6dc961c6c9c995c4fd
What platforms do you use to access UI ?
Linux
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
No response
Additional information, context and logs
No response
Thanks for renaming the issue, I had to copy this across from another browser that wasn't letting me submit the issue and I missed that part.