Please help walkthrough installation (python not found, torch issues) #16906
Replies: 2 comments
-
Are familiar with "environment variables"? Specifically, the PATH variable? If your answer to either of these is the slightest bit "no", then Google's Gemini will be a far more patient teacher. No offense, just trying to be honest and also helpful. On the other hand, if you are familiar with both of those, then you should already know the answer to your first issue. And trust me when I say "first." |
Beta Was this translation helpful? Give feedback.
-
Open the Command Prompt (cmd.exe). Type “python” and press Enter. You should see it prints out Python 3.10. Otherwise: https://stable-diffusion-art.com/install-windows/#Step_1_Install_python |
Beta Was this translation helpful? Give feedback.
-
I'm not very Github/command prompt literate and I've been trying to follow the main directions to install this.
On my local computer C:\Users\user\ I installed the stable-diffusion-webui folder. I'm trying to
python launch.py
but I get this printout:
So it looks like there are two errors: 1) Needs python 3.10 and 2) Torch error?
I did a search in the issues/community pages and see other people had similar issues. One solution recommends I reinstall python 3.10, which I did (I now have 3.12 and 3.10 both installed), and to modify the webui-user.bat file to include:
set PYTHON=python3.10.exe
And tried the python launch.py again, but I get the same error. Please walk me through this, this is a fairly simple error but due to my lack of familiarity with installing things this way I am extremely confused.
Beta Was this translation helpful? Give feedback.
All reactions