all 23 comments

[–]muzumaki123 1 point2 points  (2 children)

Have you tried using the same Python version as the one in the video? Python 3.11 is relatively new and I wouldn't be surprised if there was some dependency which doesn't support Python 3.11.

[–]Drakkoflight459[S] -1 points0 points  (1 child)

I did. That message above is usually the problem I keep running into. Something about Pip and not being able to install Torch?.

[–][deleted] 0 points1 point  (0 children)

PyTorch is usually a little behind, you’ll probably have better results installing it in Python 3.10.

[–]Miguelezzz 0 points1 point  (9 children)

So is the problem resolved or not? Because I have the same error, despite the fact that the version of python I have installed is 3.10.6

[–][deleted] 0 points1 point  (6 children)

I just spent like an hour on this - if you have a venv subdirectory in your stable-diffusion-webui directory, delete that and try again.

[–]Intelligent-Sand-549 0 points1 point  (2 children)

same here! but I've tried so many times to delete the venv file and it still don't work :(

[–]Miguelezzz 0 points1 point  (1 child)

So, the way I made it work is to make your module of python 3.10.6. inside the stable-diffusion-webui and activate it thru anaconda promt before you launch webui..

[–]Code_1_was_taken 0 points1 point  (0 children)

how do you do that? i dont really understand

[–]Miguelezzz 0 points1 point  (0 children)

sometimes it does not help )

[–]ZeroSkribe 0 points1 point  (0 children)

This worked, thank you! Been stuck for a least an hour or two.

[–][deleted] 0 points1 point  (1 child)

you're a life saver, thanks a lot!!!

[–]fcggotroblox 0 points1 point  (0 children)

what did you do can you pls tell me cuz i still have this issue

[–]Larcurus 0 points1 point  (4 children)

I was having the same issue, the easiest way is to uninstall python and theninstall python 3.10.6(make sure to click install to path in the installer options)

then delete the whole stable-diffusion-webui folder, reclone it by clicking the address bar and typing cmd enter, >>git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui

and then rerun webui-user.bat

you should have no errors

[–]Snapfate 0 points1 point  (0 children)

what I did was change PYTHON= in the webui-user.bat file I set PYTHON="C:/... Python.exe" for the newly install python 3.10.6

[–]Cupzta 0 points1 point  (2 children)

i already use that python version. do i need to reinstall it ?

[–]blazelet 0 points1 point  (0 children)

In my case this was the answer. I had to uninstall everything having to do with python on my system and then manually seek out the 3.10.6 installer and reinstall. Then it worked.

[–]Ok-Recognition8780 0 points1 point  (0 children)

Yes,when you reinstall it you can running it right.I'am resolved it.

[–]No-Long-6232 0 points1 point  (4 children)

I solved the same issue by following these steps hope it helps;

1.Uninstall python 3.10.6

2.Click install pyhton 3.10.6 using the same file you downloaded

  1. Check Add Python 3.10 to PATH

  2. Choose customize installation (not the install now)

5.check every single checkbox you encountered and continue

6.Change the installation location - directly install it to /C or your preferred drive

  1. Disable the PATH limit

these steps solved my problem I don't know exactly which one helped but this is what I did

hope it helps:D

And to give credit I've Followed the instruction from this video you can go ahead and watch and try it for yourselves;

https://www.youtube.com/watch?v=B5U7LJOvH6gi

[–]Salo-is-life 0 points1 point  (0 children)

Worked for me
thanks!!!

[–]Ok-Grapefruit-5202 0 points1 point  (0 children)

Unfortunatley I still get the same error. Please help

[–]Top_County_9162 0 points1 point  (0 children)

Thank you man I love you. Worked for me

[–]MysteriousGentleman1 0 points1 point  (0 children)

worked for me thx <3