安装失败 主要原因是 pip源
- 使用索引为官方
- 使用清华源
设置如下
pip install -r requirements.txt \
--extra-index-url https://download.pytorch.org/whl/cu117 \
-i https://pypi.tuna.tsinghua.edu.cn/simple
标签:cu117,torch,0.21,diffusers,pip,2.0
From: https://www.cnblogs.com/guanchaoguo/p/17732395.html