(AMD专用)把AI绘图带回家(支持AMD APU集显或AMD独显都可以)|将Stable Diffusion安装到自己的电脑stable diffusion安装教程
1.安裝python3.10.6
下载地址:https://www.python.org/downloads/release/python-3106/
2、安裝git
下载地址:https://git-scm.com/download/win
3、下载项目,先在要下载的盘里面建立一个文件夹,比如我的是E:\SD-AMD
项目地址:https://github.com/lshqqytiger/stable-diffusion-webui-directml
命令:git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml
cd+tab进入文件夹,然后下载项目
下载命令:git clone https://github.com/Stability-AI
添加checkpoint
如果没有checkpoint就下载后放入这个目录 E:\SD-AMD\stable-diffusion-webui-directml\models\Stable-diffusion
下载checkpoint的地址:https://civitai.com/
添加参数:
--opt-sub-quad-attention --no-half --precision full --lowvram(如果显卡只有4G或4G以下就用这个参数)
--opt-sub-quad-attention --no-half --precision full --medvram(如果显卡有8G就用这个参数)
--opt-sub-quad-attention --no-half --precision full(如果显卡有16G就用这个参数)