安装提供的 lora-scripts-v1.8.1 执行 install-cn 发生错误
过程如下
我去打开 install-cn, 不管是 lora-scripts-v1.8.1, lora-scripts-v1.7.3 & lora-scripts-v1.6.2 这三个版本, 脚本内容中都是下面指令, 也就是都是执行相同版本 torch, torchvision & xformers
过程如下
Set-Location .\sd-scripts
Write-Output "安装程序所需依赖 (已进行国内加速,若在国外或无法使用加速源请换用 install.ps1 脚本)"
KaTeX parse error: Expected 'EOF', got '是' at position 28: …h = Read-Host "是̲否需要安装 Torch+xfo…install_torch -eq “y” -or $install_torch -eq “Y” -or $install_torch -eq “”){
pip install torch2.0.1+cu118 torchvision0.15.2+cu118 -f https://mirror.sjtu.edu.cn/pytorch-wheels/torch_stable.html
Check "torch 安装失败,请删除 venv 文件夹后重新运行。"
pip install -U -I --no-deps xformers==0.0.21
Check “xformers 安装失败。”
}