4.7 KiB
4.7 KiB
Kitchen Stable Diffusion WebUI
English | 简体中文
⚠️⚠️⚠️ 警告:最低要求 gradio-3.23.0 & sd-webui 4c1ad74
✨ 特性
- 🌈 支持亮暗色主题。
- 🪄 支持 Prompt 格式化。
- 🎨 基于 Antd CSS Token。
📦 安装
作为扩展(推荐) 将存储库克隆到您的扩展文件夹中:
git clone "https://github.com/canisminor1990/sd-web-ui-kitchen-theme" extensions/kitchen-theme
当前主题支持亮暗色双主题,如果你想强制使用暗色模式,使用参数 --theme=dark 启动您的 WebUI。例如,在 Windows 上,您的 webui-user.bat 应包括:
set COMMANDLINE_ARGS= --theme=dark
或通过 URL Props 直接切换
http://localhost:7860/?__theme=light
http://localhost:7860/?__theme=dark
⚒️ 推荐设置
Extra-Networks 扩展模型视窗
- 拇指视图
- 卡牌宽度: 86
- 卡牌高度: 128
⌨️ 本地开发
你可以使用 Gitpod 进行在线开发:
或者克隆到本地开发:
$ 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:
4e7a400f7c/src/%40types - before
1.0.0version- 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

