A great, small extension to reorganise UI-Elements of SD-Webui to have a clean layout and focus on the ouput image. Space was saved to enlarge gallery and have a axial, modular layout.
- Currently in this beta the gui modifications are limited on the txt2img-tab
- Ignore in my screenshot the dark theme, it is applied using my browser-setting. This extension does not do any colors.
- Pre-requisite: This extension is dedicated to the current SD-Webui with Gradio3.23-update as of March 2023.
This example show right column width is twice of the left one.
It keeps large prompt area, if you are a prompt focussed.
This brings the Tab-button to the upper row, where they actually belong to.
Smaller prompts, so even more space for the output gallery. But the generate button is too large and wastes space...
Bring Generate Button, Tools and the Style dropdown in one row and align it at bottom line. Todo: Generate button as high as tools.
Large preview on single selected image from the gallery.
- Open your SD-Webui
- Goto Extension Tab
- add Extenion by pasting this URL, since this extension is not public in the repository, yet https://github.com/GeorgLegato/stable-diffusion-webui-artists-ui-tweak
- Per default all settings are false or inactive.
- This extension ships a style.css which provides the basic idea: make the left column with sliders and extension panels less dominant.
That room will be used by the gallery to win widht and height. The height can be tweak (mannually in beta) here: It is located in this extension-folder instyle.css
. Flex:2
means the column with output gallery is twice as width as the technical left column, enter number here like 0.5 or 1.5 or 3.5 whatever.Height: 80vh
means the output gallery panel will always take 80% of your available screen size (viewport height). Don´t forget you have button above and a footer. Find your height.
This extension provides an own settings category Artists UI Tweak
** After changing any setting Restart I
**