AI - macbook M1部署stable-diffusion-webui

2023-09-26
0 评论 0 浏览
pyhton 3.9.x
cd stable-diffusion-webui
wget https://github.com/TencentARC/GFPGAN/archive/refs/tags/v1.3.8.tar.gz
tar -xzvf v1.3.8.tar.gz
mv GFPGAN-1.3.8 gfpgan
~/stable-diffusion-webui/venv/bin/python3 -m pip install  tb-nightly -i https://mirrors.aliyun.com/pypi/simple
wget https://github.com/XPixelGroup/BasicSR/archive/refs/tags/v1.4.2.tar.gz
~/stable-diffusion-webui/venv/bin/python3 setup.py develop
~/stable-diffusion-webui/venv/bin/python3 -m pip install basicsr -i https://mirrors.aliyun.com/pypi/simple
~/stable-diffusion-webui/venv/bin/python3 -m pip i install httpx[socks]

手把手教你安装运行AI绘图Stable-Diffution-Webui(Mac OS篇) - 知乎 (zhihu.com)


标题:AI - macbook M1部署stable-diffusion-webui
地址:https://blog.njqhome.com:8443/articles/2023/09/08/1694164028640.html