当前位置:   article > 正文

MacBook Pro(M1) 安装Stable-Diffution-Webui_stable diffusion ui m1 pro

stable diffusion ui m1 pro

1 安装homebrew

在终端中输入以下命令进行安装

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • 1

使用brew -v检测是否安装成功,这里可以会遇到提示:homebrew-core和homebrew-cask目录 被git认为不是一个安全的目录,需要手动添加
使用命令添加

git config --global --add safe.directory homebrew-core路径
git config --global --add safe.directory homebrew-cask路径
  • 1
  • 2

2安装python

brew install cmake protobuf rust python@3.10 git wget
  • 1

如果上一步没有添加,可能会遇到以下错误,需要执行上一步的添加命令,再重新运行即可
fatal: not in a git directory
Error: Command failed with exit 128: git

3 安装stable-diffusion-webui,需要用到git

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

4启动

在stable-diffusion-webui目录下运行./webui.sh。(在这一步会自动下载一些包,可能会在遇到各种报错,可以打开launch.py目录,ctrl+f查找一下os.environ.get(‘GFPGAN_PACKAGE’,在这处的https://github.com/前加上https://ghproxy.com/,使用国内的镜像源来下载,会稳定一点,如图)
在这里插入图片描述

./webui.sh
  • 1

遇到的问题

在这里插入图片描述
在stable-diffusion-webui目录下找到webui-macos-env.sh,在export COMMANDLINE_ARGS后添加–no-gradio-queue即可

export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --no-gradio-queue"
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/376528
推荐阅读
相关标签
  

闽ICP备14008679号