English | 简体中文
⚠️ ⚠️ ⚠️ Warning: minimum requirements gradio-3.23.0 & sd-webui 4c1ad74
- 🌈 Supports light and dark themes.
- 🪄 Supports Prompt formatting.
- 🎨 Based on Antd CSS Token.
As an extension (recommended) Either clone the repo into your extensions folder:
git clone "https://github.com/canisminor1990/sd-web-ui-kitchen-theme" extensions/kitchen-theme
The current theme supports both light and dark themes. If you want to force dark mode, use the --theme=dark
argument to launch your WebUI. For example, on Windows, your webui-user.bat
should include:
set COMMANDLINE_ARGS= --theme=dark
Alternatively, you can switch directly through URL Props:
http://localhost:7860/?__theme=light
http://localhost:7860/?__theme=dark
Extra-Networks
- thumbs
- width: 86
- height: 128
Convert full-width punctuation to half-width, remove extra spaces, add missing commas, and move the Extra-Networks model to the end.
Before
photorealistic photo of a handsome male (wizard :1.2), <lora:LuisapHotlineStyle:0.5> <lora:ElegantHanfuRuqunStyle:0.2> short beard, white wizard shirt, (with golden trim:0.8),
After
photorealistic photo of a handsome male, (wizard:1.2), short beard, white wizard shirt, (with golden trim:0.8), <lora:LuisapHotlineStyle:0.5>, <lora:ElegantHanfuRuqunStyle:0.2>
You can use Gitpod for online development:
Or clone it for local development:
$ git clone https://github.com/canisminor1990/sd-web-ui-kitchen-theme.git
$ cd sd-web-ui-kitchen-theme
$ npm install
$ npm start
- stable-diffusion-webui:https://github.com/AUTOMATIC1111/stable-diffusion-webui
- gradio-theme-gallery: https://huggingface.co/spaces/gradio/theme-gallery
- gradio-types: https://github.com/vnrat/sd-webui-3d-open-pose-editor/tree/4e7a400f7c42a5f9413d182413d950b2f5a58c79/src/%40types
- before
1.0.0
version- sd-web-ui-quickcs: https://github.com/Gerschel/sd-web-ui-quickcss/
- Dark-Themes-SD-WebUI-Automatic1111: https://github.com/Nacurutu/Dark-Themes-SD-WebUI-Automatic1111