stable-diffusion-webui-master ./webui.sh 报错 安装tb-lightly失败
最近研究 AI stable-diffusion webui 报错,记录一下
No matching distribution found for tb-nightly
Could not find a version that satisfies the requirement tb-nightly (from gfpgan)
python -m pip config list
显示使用的是清华源:
global.index-url='https://pypi.tuna.tsinghua.edu.cn/simple'
更换为阿里源:
python -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
再次查看pip配置 (recheck 是程序猿的必备动作)
python -m pip config list # global.index-url='https://mirrors.aliyun.com/pypi/simple'
再次执行就好了 ./webui.sh