Skip to content

Vilsepi/dark-diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dark Diffusion

A simple dark theme for Stable Diffusion WebUI. Designed to declutter the interface to focus attention on the image content. Developed for Chrome & Windows 11 on a 4k resolution.

Installation

Copy user.css to the root directory of your stable-diffusion-webui installation.

Launch your WebUI with argument --theme=dark. For example, on Windows your webui-user.bat should include:

set COMMANDLINE_ARGS= --theme=dark

Known issues / work-in-progress

  • When server loads something, dark blue curtains appear momentarily (e.g. over checkpoint selection, over prompts) to disable user input. This seems even worse now as many of the curtains act as a light grey loading bar when loading and old query and it changes model/VAE.
  • Need to unify settings margins. #txt2img_cfg_scale is not inside a #txt2img_settings > div.row like most of the other settings. Also Seed label is not like any other label.
  • Haven't figured out why custom fonts don't seem to load from web. Local fonts would need to be delivered to assets directory, but it does not seems to load font-faces from an external either.

Acknowledgements

Dark-Themes-SD-WebUI-Automatic1111 used as a starting point for this theme.