mac系统本地部署stable-diffusion-webui

前置条件:

1.需要科学上网
2.电脑需要安装好homebrew

1.github拉取代码

在需要的位置拉取源码

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui

2.安装python

这里安装3.10.6, 按理来说只要高于这个版本应该都好使

brew install [email protected]

3.安装官方模型或者其他模型

1.下载模型 : https://civitai.com/
2.把模型复制到需要放模型的目录, 例如我的:
/Users/zijieyan/Downloads/stable-diffusion-webui/models/Stable-diffusion
(要根据自己下载的源码位置来)

4.运行项目

1.cd 到源码的位置, ./webui.sh
如果显示 xxxxx 127.0.0.1:7860, 表示程序启动成功, 访问就行

done!

如果要看API文档, 运行时候加上 --api

./webui.sh --api

调用API入门

https://blog.csdn.net/qq_36645932/article/details/130183786

你可能感兴趣的:(git,mac,macos,stable,diffusion,git)