-
Notifications
You must be signed in to change notification settings - Fork 27.2k
User Interface Customizations
The Quick Settings located at the top of the web page can be configured to your needs
Setting User
-> interface
-> Quick settings list
Any settings can be placed in the Quick Settings
, changes to the settings hear will be immediately saved and applied and save to config.
In the example screenshots Stable Diffusion checkpoint
SD VAE
Show live preview for the created images
are placed in Quick Settings
.
By default only Stable Diffusion checkpoint
are in Quick Settings
.
Even though technically all settings can be relocated to
Quick Settings
, it doesn't make sense place settings that requires reloading or restarting to take effect inQuick Settings
How to get Face Restore
or Tiling
back
it's possible to add additional settings to txt2img or img2img
We allows user to add additional settings to the image generation interface, the settings can be found under
Setting User
-> interface
-> Options in main UI - txt2img/img2img
most if not all settings can be added here if needed
Previously Face Restoration
and Tiling
are built into the interface and cannot be modified, for users that finds them useful you can add them back manually
We also support additional option to change the look of how the options is displayed
Customizing the basic look of webui
It is possible to customize the look of webui without using extensions suche as Lobe Them or Nevysha's Cozy Nest
this can be done via gradio themes
We provide a small list of options choose from but you can manually input other themes from gradio/theme-gallery
if you find one you like you can inpot the corresponding XXX/YYY
from the url https://huggingface.co/spaces/XXX/YYY
in to ther dropdown menu
By default webui will cache the theme locally, this is so that it doesn't have to download it every time, but there's also means that if the theme is updated you won't received the updates to the theme, if you wish to update the theme (redownload) uncheck Cache gradio themes locally
or or delete the corresponding theme cache.
The cached theme is stored under stable-diffusion-webui/tmp/gradio_themes/your_selected_theme.json
(the slashes is replaced by underscore)
It also possible create your own theme locally or modify the cached themes
This is the Stable Diffusion web UI wiki. Wiki Home
Setup
- Install and run on NVidia GPUs
- Install and run on AMD GPUs
- Install and run on Apple Silicon
- Install and run on Intel Silicon (external wiki page)
- Install and run via container (i.e. Docker)
- Run via online services
Reproducing images / troubleshooting
Usage
- Features
- Command Line Arguments and Settings
- Optimizations
- Custom Filename Name and Subdirectory
- Change model folder location e.g. external disk
- User Interface Customizations
- Guides and Tutorials
Developers