英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论