stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: Make checkpoint list more readable.
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 ?
When you use the checkpoint dropdown list, it shows the root folder, filename.filextension [HASH]
all in the white text making for a very busy and cluttered UI
Proposed workflow
I would like to propose two changes,
- Make the Root folder, Extention and Hash light grey and leave the filename white.
Rough Mockup
- Add settings to hide the file extension and/or hash from the list view.
Rough Mockup
Additional information
I have no need to see these when I am selecting a checkpoint.
These changes will make the view less cluttered, and dramatically help on mobile.
annoying to me as well. I looked into this and gradio uses select
& option
tags for this and you can't have html inside option
tag apparently. this is the only gradio component that makes sense imo.
open to alternatives.
Well even if we cant grey out the names. We ought to be able to turn off extension and hash.
I agree. but it should be optional, I like having the hash (and btw not every model I have shows the hash)
here's a cheap solution for separating the dirs, just appens some underscores to the folder names:
Related suggestion: #8010
The latest WEBUI update has made this issue 10x worse.
- I now have gaps between the checkpoints.
- Many of them wrap around multiple lines.
- I have to scroll several screens worth of pages to see them all.
A simple fix would be allowing the drop-down box to be wider, and removing the space between the models.