Web Analytics

stable-diffusion-webui

⭐ 155300 stars Simplified Chinese by AUTOMATIC1111

Stable Diffusion 网页界面

使用 Gradio 库实现的 Stable Diffusion 网络接口。

功能

详细功能展示及图片

安装与运行

确保满足所需的依赖,并按照以下说明操作: 或者,使用在线服务(如 Google Colab):

使用发布包在 Windows 10/11 上安装带 NVidia GPU 的版本

> 更多详情请参见 Install-and-Run-on-NVidia-GPUs

Windows 上的自动安装

Linux 上的自动安装

# Debian-based:
sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0

Red Hat-based:

sudo dnf install wget git python3 gperftools-libs libglvnd-glx

openSUSE-based:

sudo zypper install wget git python3 libtcmalloc4 libglvnd

Arch-based:

sudo pacman -S wget git python3
如果您的系统非常新,您需要安装 python3.11 或 python3.10:
# Ubuntu 24.04
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11

Manjaro/Arch

sudo pacman -S yay yay -S python311 # do not confuse with python3.11 package

Only for 3.11

Then set up env variable in launch script

export python_cmd="python3.11"

or in webui-user.sh

python_cmd="python3.11"
wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
或者直接在你想要的位置克隆仓库:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui

在 Apple Silicon 上安装

安装说明见此处

贡献

以下是向此仓库添加代码的方法:贡献指南

文档

文档已从此 README 移至项目的wiki

为了让 Google 和其他搜索引擎抓取 wiki,这里有一个(非为人类设计的)可抓取 wiki 链接

致谢

借用代码的许可证可在 Settings -> Licenses 界面以及 html/licenses.html 文件中找到。

--- Tranlated By Open Ai Tx | Last indexed: 2025-08-07 ---