The modern theme for stable diffusion webui, legacy verison a.k.a kitchen theme.
 
 
 
Go to file
semantic-release-bot 94b4fa1f02 🔖 chore(release): v1.0.0 [skip ci]
# 1.0.0 (2023-04-08)

###  Features

* add antd token support ([6c71223](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/6c71223))
* **break-change**: full support gradio-3.23.0 ([0fb84da](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/0fb84da))
* **break-change**: full support gradio-3.23.0 ([e47578c](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/e47578c))
* update style ([9509e3d](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/9509e3d))

### 🐛 Bug Fixes

* ci ([c850bf1](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/c850bf1))
* ci ([87b56f2](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/87b56f2))
* ci ([bb22f1b](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/bb22f1b))
* style ([1e4f99a](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/1e4f99a))
* style ([f237f16](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/f237f16))
* style ([56df1ae](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/56df1ae))
* style ([30e2b7b](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/commit/30e2b7b))
2023-04-08 16:39:46 +00:00
.github Update release.yml 2023-04-09 00:20:53 +08:00
assets feat(break-change): full support gradio-3.23.0 2023-03-27 01:04:18 +08:00
javascript 💚 fix: ci 2023-04-09 00:15:13 +08:00
src 🎨 style: add stylelint 2023-04-09 00:34:13 +08:00
utils 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.changelogrc.js 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.editorconfig 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.eslintignore 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.eslintrc.js 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.gitignore 🎨 style: add stylelint 2023-04-09 00:34:13 +08:00
.npmrc 💚 fix: ci 2023-04-09 00:09:19 +08:00
.prettierignore 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.prettierrc 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.prettierrc.json 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
.releaserc.js Update .releaserc.js 2023-04-09 00:20:23 +08:00
.stylelintrc.js 🎨 style: add stylelint 2023-04-09 00:34:13 +08:00
CHANGELOG.md 🔖 chore(release): v1.0.0 [skip ci] 2023-04-08 16:39:46 +00:00
LICENSE 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
README.md 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
commitlint.config.js 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
gulpfile.js 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
package.json Update package.json 2023-04-09 00:38:18 +08:00
style.css 🎨 style: add stylelint 2023-04-09 00:34:13 +08:00
tsconfig-check.json 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
tsconfig.json 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
typings.d.ts 🚀 chore: update stuff 2023-04-08 23:57:52 +08:00
yarn.lock 🎨 style: add stylelint 2023-04-09 00:34:13 +08:00

README.md

Kitchen Stable Diffusion WebUI


⚠️⚠️⚠️ Warning: minimum requirements gradio-3.23.0 & sd-webui 4c1ad74

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

set COMMANDLINE_ARGS= --theme=dark

👀 Screenshots

📦 Installation

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 second argument specifies the name of the folder, you can choose whatever you like).