赞
踩
最近尝试玩玩AI图片生成,安装一路坑
出个一路安装成功的记录
在你克隆下来的StableDiffusion\venv\Scripts目录下有Python
所以你就进入到这个目录然后powershell/cmd敲如下代码
python -m pip install --upgrade pip
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
cd到你刚才创建的文件夹,克隆项目
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
如果失败,试试下面这个
git clone https://ghproxy.com/https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
运行 webui.bat 开始自动安装依赖
然后你可能遇到gfpgan安装失败
- 解决方案1:改launch.py文件的git地址,参考《从零开始,手把手…》
- 解决方案2:手动克隆项目 参考《使用stable diffusion…》(我没成功…)
推荐方案1,省事,直接批量替换launch.py文件中的 https://github.com/ 为https://ghproxy.com/https://github.com/
然后继续运行 webui.bat
直到你看到这个地址弹出来了,就ok了
相关模型及关键词资源站推介
模型库下载 https://civitai.com/
关键词模板 https://arthub.ai/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。