conda create -n name python=3.8
版本高于11.7:
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 --force-reinstall --user
检验是否为true
import torch
print(torch.cuda.is_available())
stable diffusion v2.0运行:
Stable Diffusion2.0实验室Linux服务器详细运行教程_stable diffusion linux-CSDN博客
linux安装stable diffusion2.0完整教程-还不会安装sd2.0?一篇文章教会你AI绘画-CSDN博客