AI drawing ControlNet local implementation steps by stable-diffusion-webui(AI绘画ControlNet本地构建实施步骤 by stable-diffusion-webui)
Install stable-diffusion-webui
[Note]:
- Unable to install due to network problems, it is recommended to use GIT source pull installation
(因网络问题导致无法安装,故建议使用GIT源码拉取安装方式) - Due to the large size of the model file, it is recommended to ensure sufficient space before installation: At least [source code + data model + extension]25G
(因模型文件较大,建议安装前确保有足够空间: 至少[源码+数据模型+扩展]25G) - The PC terminal to be built is 🍎 macOS Ventura 13.4.1(c), and the Windows environment is built in much the same way.
(构建PC终端是🍎 macOS Ventura 13.4.1(c),Windows系统环境构建方式大同小异) - Basic build tools (brew management recommended)
(基础构建工具(推荐brew管理))1
2
3
4
5
6cmake
wget
git
rust
protobuf
python3.x
Project key directory(项目关键目录)
- stable-diffusion-webui/extensions (扩展)
- stable-diffusion-webui/models (模型)