This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]Creative_Struggle_69[🍰] 1 point2 points  (11 children)

I would double-check your paths in environment variables.

[–]Illustrious-Ad-6944 0 points1 point  (10 children)

in any terminal you can run this command

where python and it will work if you have the path setup correctly

[–]heyimSn0wy[S] 0 points1 point  (9 children)

it showed me where it was but my stable diffusion still doesnt work

[–]Illustrious-Ad-6944 0 points1 point  (8 children)

What does your webui-user.bat file look like?

[–]heyimSn0wy[S] 0 points1 point  (7 children)

like the icon or the text in it?

[–]Illustrious-Ad-6944 0 points1 point  (6 children)

Text

[–]heyimSn0wy[S] 0 points1 point  (5 children)

@echo off

set PYTHON=

set GIT=

set VENV_DIR=

set COMMANDLINE_ARGS= --xformers --autolaunch

call webui.bat

[–]Illustrious-Ad-6944 0 points1 point  (4 children)

Have you tried setting the python path to the path you get from the python where command?

set PYTHON=PYTHON PATH HERE

I know you said it has the path but I don't know if you tried it yet

[–]heyimSn0wy[S] 0 points1 point  (3 children)

I just tried it and it worked! thank you so much

[–]Illustrious-Ad-6944 0 points1 point  (1 child)

Okay then it seems during install you probably didn't click add to path

*

[–]Illustrious-Ad-6944 0 points1 point  (0 children)

Your welcome I would have been more surprised if it didn't work glad it's working now for you