younyokel / charcoal-webui-theme

πŸ§‘β€πŸŽ¨ Soothing pastel theme for Stable Diffusion WebUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Charcoal theme for Stable Diffusion Web UI

Description

This color scheme for SD WebUI is based on Catppuccin and includes some CSS changes. The theme is only available in dark mode. I am not a CSS expert, so I don't know how to change some properties on the img2img tab. I was not able to change the output borders and borders for the extension carousel. Kudos to the Catppuccin creators!

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/younyokel/charcoal-webui-theme/ into the URL spot, set the local directory name to Catppuccin Theme, and install
  5. Go to "Installed" subsection and click "Apply and restart UI"
  6. Configure the theme from the "Settings" tab under "Catppuccin Theme", afterwards you must "Apply Settings" and "Reload UI"

Add directly

  1. Clone this repository locally
  2. Create the file user.css in your stable-diffusion-webui directory
  3. Copy the contents of the desired flavor into user.css
  4. Restart the Web UI or click "Reload UI" at the bottom of the screen

πŸ™‹ 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

 

Copyright Β© 2021-present Catppuccin Org

About

πŸ§‘β€πŸŽ¨ Soothing pastel theme for Stable Diffusion WebUI

License:MIT License


Languages

Language:CSS 97.0%Language:Python 3.0%