赞
踩
https://github.com/AUTOMATIC1111/stable-diffusion-webui
官方要求python版本3.10.6,实测python3.9.13可用
https://www.python.org/downloads/windows/
详情参考:https://blog.csdn.net/shuang_waiwai/article/details/121108964
直接Git clone:
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
或:
强烈建议有条件的使用科学上网,可以避免很多问题。
手动下载:
https://github.com/TencentARC/GFPGAN
配置环境:
- 打开cmd,cd到GFPGAN-master下。
- 使用命令f:\\stable-diffusion-webui\venv\Scripts\python.exe -m pip install basicsr facexlib安装GFPGAN的依赖。
- 再使用f:\\stable-diffusion-webui\venv\Scripts\python.exe -m pip install -r requirements.txt安装GFPGAN的依赖。
- 使用f:\\stable-diffusion-webui\venv\Scripts\python.exe setup.py develop安装GFPGAN。
手动下载:
https://github.com/openai/CLIP
配置环境:
- 打开cmd,cd到GFPGAN-master下。
- 使用命令f:\\stable-diffusion-webui\venv\Scripts\python.exe -m pip install ftfy regex tqdm
- 再使用f:\\stable-diffusion-webui\venv\Scripts\python.exe -m pip install -r requirements.txt
- 使用f:\\stable-diffusion-webui\venv\Scripts\python.exe setup.py develop
手动下载:
https://github.com/mlfoundations/open_clip
配置环境:
同上
或
!f:\\stable-diffusion-webui\venv\Scripts\python.exe -m pip install git+https://gitee.com/ufhy/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b --prefer-binary
一只会打篮球的鸡
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。