category
Tags
StableDiffusion
AI绘画
Collection
CreateTime
Mar 16, 2023 07:11 AM
UpdateTime
Feb 18, 2025 09:49 AM
Published
Published
资源安装(Apple Silicon)介绍使用插件/资源stable-diffusion-webui-chineseCivitai常见问题can’t install open_clipmirror.ghproxy.com/ 代理问题Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using `pip install httpx[socks]
资源
stable-diffusion-webui
AUTOMATIC1111 • Updated Mar 11, 2026
stable-diffusion-webui-chinese
VinsonLaro • Updated Mar 10, 2026
安装(Apple Silicon)
如果你的
mac是intel芯片,打开webui-user.sh文件,把export COMMANDLINE_ARGS前面的#删掉。# for intel# export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --precision full --no-half"
- 安装 Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- 安装其他模块 cmake protobuf rust [email protected] git wget
brew install cmake protobuf rust [email protected] git wget
- 下载源文件
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
- 下载 Models - 推荐:https://civitai.com/,下载完成后放入到以下目录
cd stable-diffusion-webui/models/Stable-diffusion open .
- 启动服务
cd stable-diffusion-webui ./webui.sh
介绍

使用
插件/资源
stable-diffusion-webui-chinese
webui 汉化插件
stable-diffusion-webui-chinese
VinsonLaro • Updated Mar 10, 2026
Civitai
常见问题
can’t install open_clip
Couldn't install open_clip
mirror.ghproxy.com/ 代理问题
vim webui-user.sh :%s#https://mirror.ghproxy.com/##g
Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using `pip install httpx[socks]
pip install socksio