Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

AIEPhoenix/sd-webui-stylish-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a modified theme based on catppuccin's theme and incorporating design elements from canisminor1990's kitchen-theme. We are immensely grateful to the authors of both repositories for their excellent work.

In addition to making some stylistic modifications, we have also made the following optimizations for the combined use of extensions:

Usage

Extension (Recommended)

  1. Open WebUI
  2. Click on the "Extensions" tab
  3. Click on the "Install from URL" subsection
  4. Paste https://github.com/AIEPhoenix/sd-webui-stylish-theme.git into the URL spot, and install
  5. Go to "Installed" subsection and click "Apply and restart UI"
  6. Configure the theme from the "Settings" tab under "Stylish Theme", afterwards you must "Apply Settings" and "Reload UI"

🙋 FAQ

  • Q: "I decided not to use the extennsion, how do I change the accent color?"
    A: Open user.css and set the variavble --accent: var(--{preferred color});

  • Q: "The theme isn't being applied???"
    A: Sometimes Web UI doesn't automatically figure out your preferred theme. Try adding /?__theme=dark to the url and see if the theme is applied. Below are the steps to make this change persistent on different systems:

    • Linux / MacOS: Edit webui-user.sh and uncomment and set this variable as export COMMANDLINE_ARGS="--theme=dark $COMMANDLINE_ARGS"
    • Windows: Edit webui-user.bat and set this variable by set COMMANDLINE_ARGS=--theme=dark.

    If you are still having trouble then consult the relevant part of the webui wiki.

  • Q: "Why doesn't the theme look like the previews?"
    A: The main UI is constantly being changed upstream, so our previews may not match what the theme will look like for you. Though the previews may be behind, we are frequently updating the themes whenever there is a change in the Web UI repo. Though if you notice a style issue with a recent version of webui, feel free to open an issue on this repo.

  • Q: "Why isn't {extension} themed?"
    A: Some extensions use their own style sheets that don't play nice with user.css.

💝 Thanks to

 

About

Stylish theme for Stable Diffusion WebUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 96.9%
  • Python 3.1%