下载安装
参考博客: 在Mac上部署Stable Diffusion(超详细,AI 绘画入门保姆级教程)
安装需要的依赖库
brew install cmake protobuf rust python@3.10 git wget
可能中途会存在下载报错或者下载卡主的问题,需要切国内源
brew进行替换源:
git -C "$(brew --repo)" remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.zshrc
source ~/.zshrc
brew update
最后再次尝试下载就可以了
在Mac上部署Stable Diffusion(超详细,AI 绘画入门保姆级教程)
克隆仓库:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
启动web-ui:
cd stable-diffusion-webui
./webui.sh
说明正常启动完成了
然后就是下载大模型, 需要科学上网: https://civitai.com/
或者去 https://huggingface.co/models 下载也可以
语言修改
支持中文ui界面:文章来源:https://www.toymoban.com/news/detail-723434.html
ai绘画工具Stable Diffusion设置中文界面(保姆级) - 知乎文章来源地址https://www.toymoban.com/news/detail-723434.html
到了这里,关于M1本地部署Stable Diffusion的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!