sd-webui-kitchen-theme-legacy/README-zh_CN.md

4.7 KiB
Raw Blame History

Kitchen Stable Diffusion WebUI

Kitchen WebUI 适配主题 AUTOMATIC1111/stable-diffusion-web-ui

release releaseDate ciTest ciRelease contributors forks stargazers issues

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 进行在线开发:

Open in Gitpod

或者克隆到本地开发:

$ git clone https://github.com/canisminor1990/sd-web-ui-kitchen-theme.git
$ cd sd-web-ui-kitchen-theme
$ npm install
$ npm start

🔗 链接