# sd-webui-kitchen-theme **Repository Path**: WQJSonder/sd-webui-kitchen-theme ## Basic Information - **Project Name**: sd-webui-kitchen-theme - **Description**: 🧿 Kitchen theme for stable diffusion webui - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-19 - **Last Updated**: 2023-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Kitchen Theme

Kitchen Theme for Stable Diffusion WebUI [English](./README.md) · 简体中文 · [Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url] [![release][release-shield]][release-url] [![releaseDate][release-date-shield]][release-date-url] [![ciTest][ci-test-shield]][ci-test-url] [![ciRelease][ci-release-shield]][ci-release-url]
[![contributors][contributors-shield]][contributors-url] [![forks][forks-shield]][forks-url] [![stargazers][stargazers-shield]][stargazers-url] [![issues][issues-shield]][issues-url]
![](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/blob/main/assets/screenshot.webp?raw=true) > ⚠️⚠️⚠️ 警告:最低要求 gradio-3.23.0 & sd-webui [4c1ad74](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/4c1ad743e3baf1246db0711aa0107debf036a12b)
## ✨ 特性 - 🌈 支持亮暗色主题,并一键切换。 - 🪄 支持 Prompt 格式化。 - 🎛️ 快捷设置伸缩侧边栏. - 🎨 基于 Antd CSS Token。
[![][back-to-top]](#readme-top)
## 🖥 兼容环境 | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Edge](http://godban.github.io/browsers-support-badges/)
Edge | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | last 2 versions | last 2 versions | last 2 versions | > ⚠️ 目前已知道在 Firefox 火狐浏览器上存在样式兼容问题
[![][back-to-top]](#readme-top)
## 📦 安装 作为扩展(推荐) 将存储库克隆到您的扩展文件夹中: ```shell git clone "https://github.com/canisminor1990/sd-web-ui-kitchen-theme" extensions/kitchen-theme ``` 当前主题支持亮暗色双主题,如果你想强制使用暗色模式,使用参数 `--theme=dark` 启动您的 WebUI。例如,在 Windows 上,您的 `webui-user.bat` 应包括: ```shell set COMMANDLINE_ARGS= --theme=dark ``` 或通过 URL Props 直接切换 ```shell http://localhost:7860/?__theme=light http://localhost:7860/?__theme=dark ```
[![][back-to-top]](#readme-top)
## ⚒️ 推荐设置 #### Kitchen WebUI Setting 主题设置 > 👉 Tip: 右上角 `⚙` 图标打开设置面板,当前可用设置如下 - **Prompt Textarea** - Display mode: `scroll 固定高度滚动` | `resizable 按文本行数缩放` - **Sidebar** - Default expand 默认展开: `true` - Display mode: `fixed 固定` | `float 悬浮` - Default width 默认宽度: `280` - **ExtraNetwork Sidebar** - Enable 启用: `true` - Default expand 默认展开: `true` - Display mode: `fixed 固定` | `float 悬浮` - Default Width 默认宽度: `340` - Default card size 模型卡片默认尺寸: `86`
#### Extra-Networks 扩展模型视窗 - 拇指视图 - 卡牌宽度: 86 - 卡牌高度: 128 ![](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/blob/main/assets/extra-networks.webp?raw=true)
#### Quick-Setting 快捷设置 ```txt sd_model_checkpoint, sd_vae, CLIP_stop_at_last_layers, img2img_background_color, img2img_color_correction, samples_save, samples_format, grid_save, return_grid, n_rows, live_previews_enable, show_progress_every_n_steps, live_preview_refresh_period ```
[![][back-to-top]](#readme-top)
## 🪄 提示词格式化 ![](https://github.com/canisminor1990/sd-web-ui-kitchen-theme/blob/main/assets/prompt-formatting.webp?raw=true) > 👉 Tip: 全角标点转半角,去除多余空格,补充缺失逗号,把 Extra-Networks 模型移动到末尾 格式化前 ```text photorealistic photo of a handsome male (wizard :1.2), short beard, white wizard shirt, (with golden trim:0.8), ``` 格式化后 ```text photorealistic photo of a handsome male, (wizard:1.2), short beard, white wizard shirt, (with golden trim:0.8), , ```
[![][back-to-top]](#readme-top)
## ⌨️ 本地开发 你可以使用 Gitpod 进行在线开发: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][gitpod-url] 或者克隆到本地开发: ```bash $ git clone https://github.com/canisminor1990/sd-web-ui-kitchen-theme.git $ cd sd-web-ui-kitchen-theme $ npm install $ npm start ```
[![][back-to-top]](#readme-top)
## 🤝 参与贡献 > 📊 Total: **5**
[![][back-to-top]](#readme-top)
## 🔗 链接 - stable-diffusion-webui:https://github.com/AUTOMATIC1111/stable-diffusion-webui - gradio-theme-gallery: https://huggingface.co/spaces/gradio/theme-gallery - _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
[![][back-to-top]](#readme-top)
--- #### 📝 License Copyright © 2023 [CanisMinor][profile-url].
This project is [MIT](./LICENSE) licensed. [profile-url]: https://github.com/canisminor1990 [issues-url]: https://github.com/canisminor1990/sd-webui-kitchen-theme/issues/new/choose [gitpod-url]: https://gitpod.io/#https://github.com/canisminor1990/sd-webui-kitchen-theme [back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square [release-shield]: https://img.shields.io/github/v/release/canisminor1990/sd-web-ui-kitchen-theme?style=flat&sort=semver&logo=github [release-url]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/releases [release-date-shield]: https://img.shields.io/github/release-date/canisminor1990/sd-web-ui-kitchen-theme?style=flat [release-date-url]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/releases [ci-test-shield]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/workflows/Test%20CI/badge.svg [ci-test-url]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/actions/workflows/test.yml [ci-release-shield]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/workflows/Build%20and%20Release/badge.svg [ci-release-url]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/actions/workflows/release.yml [contributors-shield]: https://img.shields.io/github/contributors/canisminor1990/sd-web-ui-kitchen-theme.svg?style=flat [contributors-url]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/canisminor1990/sd-web-ui-kitchen-theme.svg?style=flat [forks-url]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/network/members [stargazers-shield]: https://img.shields.io/github/stars/canisminor1990/sd-web-ui-kitchen-theme.svg?style=flat [stargazers-url]: https://github.com/canisminor1990/sd-web-ui-kitchen-theme/stargazers [issues-shield]: https://img.shields.io/github/issues/canisminor1990/sd-web-ui-kitchen-theme.svg?style=flat [issues-url]: https://img.shields.io/github/issues/canisminor1990/sd-web-ui-kitchen-theme.svg?style=flat