Path not found when running webui-user.bat.

huangapple go评论53阅读模式
英文:

Path not found when running webui-user.bat

问题

每次运行 "webui-user.bat" 时都会告诉我:

venv "C:\Users\user\Desktop\Stable Diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
找不到路径

当我检查 "venv" 文件时,发现 "Scripts" 文件夹不存在?

我猜问题可能出在上面这些行:

在目录 C:\Users\JimiJ\Desktop\Stable Diffusion\stable-diffusion-webui\venv 中使用 python "C:\Program Files\msys2\mingw64\bin\python.exe" 创建 venv

出于某种原因,我猜它没有正确创建 venv?

问题可能是什么?我在网上找不到任何信息。感谢任何帮助!

英文:

I am trying to install Stable diffusion for my machine but everytime I run "webui-user.bat" it tells me

venv "C:\Users\user\Desktop\Stable Diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
Path not found

and when I check the "venv" file, the "Scripts" folder doesn't exist?

I guess the problem is when above those lines it says:

Creating venv in directory C:\Users\JimiJ\Desktop\Stable Diffusion\stable-diffusion-webui\venv using python "C:\Program Files\msys2\mingw64\bin\python.exe"

and for some reason I guess it doesn't create the venv correctly?

What could be the problem? I couldn't find anything online. Any help is appreciated!

答案1

得分: 0

问题在于我有一个名为bin的文件夹,而不是Scripts,所以我将bin重命名为Scripts

英文:

The problem was that I had bin folder instead of Scripts so I renamed the bin to Scripts.

huangapple
  • 本文由 发表于 2023年6月22日 04:49:01
  • 转载请务必保留本文链接:https://go.coder-hub.com/76527038.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定