Stable diffusion installation problem

madyo

Active Member
Sep 12, 2019
566
191
im having a problem installing stable diffusion ai image generator can someone help me?
heres the link:
its been few days im looking for the solution but still no clue

heres the problem
1665933470820.png



1665933376832.png
python already installed
1665933422774.png
pip already installed
1665933539138.png
torch downloaded
1665933703022.png
did git bash the link too
1665934025125.png
did the model ckpt too
1665934120526.png
did the python path too
1665934176533.png

did all the thing i know about this coding thing but still dont know
 

El6

New Member
Sep 1, 2017
14
24
Hi,


Can you try after running this command and then trying again?

python -m ensurepip
 

Bucky_MG

New Member
Mar 11, 2018
4
2
I got the same error when I was first installing. I fixed it by fully reinstalling python, deleting the stable-diffusion-webui/venv directory and rebooting my pc. After that it went through.
 

madyo

Active Member
Sep 12, 2019
566
191
i did uninstall still dont work, i delete ALL files name venv and python from my pc and uninstall it, now it works
 
  • Like
Reactions: Bucky_MG

fr34ky

Active Member
Oct 29, 2017
812
2,170
i did uninstall still dont work, i delete ALL files name venv and python from my pc and uninstall it, now it works
If you are still interested:

I made it work by entering to another user (session) I had created in my windows 10 instalation, where I didn't have any previous python or too much crap installed, so it was like formating the pc, with this other user I could easily install Stable Diffusion in the first try and works perfectly.

It's worth to mention that the previous day I spent more than 10 hours trying everything you can imagine, anaconda, different versions of python, lots of stuff without succcess.
 

madyo

Active Member
Sep 12, 2019
566
191
If you are still interested:

I made it work by entering to another user (session) I had created in my windows 10 instalation, where I didn't have any previous python or too much crap installed, so it was like formating the pc, with this other user I could easily install Stable Diffusion in the first try and works perfectly.

It's worth to mention that the previous day I spent more than 10 hours trying everything you can imagine, anaconda, different versions of python, lots of stuff without succcess.
I did worked it in kinda similar way
I deleted python and search my whole computer for it's remaining and delete it all, and install it fresh, and it works now
 

fr34ky

Active Member
Oct 29, 2017
812
2,170
I did worked it in kinda similar way
I deleted python and search my whole computer for it's remaining and delete it all, and install it fresh, and it works now
I figured deleting all python and register stuff would be the probable solution. In my case I have many dependences on my python installations that I use for work, so I didn't want to mess up with that, glad that you fixed it (y)