1. 准备安装环境
brew update brew install cmake protobuf rust [email protected] wget
2. github 下载stable-diffusion-webui
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
3. 下载huggingface模型
https://huggingface.co/runwayml/stable-diffusion-v1-5/tree/main ↓ Files and versions ↓ v1-5-pruned.ckpt
4. 将下载好的文件放入指定目录内
cd ${path}/stable-diffusion-webui/models/Stable-diffusion/ ${path}为个人目录路径
5. 运行
./web-ui.sh
6. 打开浏览器
http://127.0.0.1:7860/
端口取决于你本机在terminal上提示的端口
标签:diffusion,git,mac,m1,webui,stable,path From: https://www.cnblogs.com/m-bianbian/p/17298753.html