Hello world !
I’m completely new to python and I’m trying to install Stable Diffusion AI on my computer.
I watched this video : https://www.youtube.com/watch?v=hnJh1tk1DQM
First I Installed python 3.12 but it didn’t worked so I installed Python 3.10.6 not with the embeddable package but with 64-bit normal windows installer and I’m still struggling to make the thing work.
To resume
1.I install python 3.10.6
2.I download the stable diffusion zip and extract it.
-
I run the webui-user.bat file.
-
It dos what it does.
-
I run cmd command on the path bar of the stable diffusion folder
-
run command pip install opencv-python
-
write cmd in the windows execute thing to run command py -m pip install --upgrade pip
-
After I run again the webui-user.bat file. It installs a lot of stuff but i see something is not going well.
-
run again the webui-user.bat file and it says:
venv "C:\Users\user1\Desktop\stable-diffusion-webui-master\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: 1.6.0
Commit hash: <none>
Traceback (most recent call last):
File "C:\Users\user1\Desktop\stable-diffusion-webui-master\launch.py", line 48, in <module>
main()
File "C:\Users\user1\Desktop\stable-diffusion-webui-master\launch.py", line 39, in main
prepare_environment()
File "C:\Users\user1\Desktop\stable-diffusion-webui-master\modules\launch_utils.py", line 356, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Appuyez sur une touche pour continuer...
I will be very grateful if someone can help me solve the problem…
I’m going to try to install it on my laptop.
Thanks in advance for your time