stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Having Issues Installing Locally

Open IABYSSI opened this issue 1 year ago • 5 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

I've tried to get Super Stabal Difusion 2.0 working on my computer and have run into an issue. I have Git installed and Python 3.10.6 installed as well. II have also downloaded the stable-diffusion-webui repository. However when I double click the webui-user.bat file for the first time to initialize the download of dependencies the command prompt that appears states:

Access is denied. Access is denied. venv "C:\Users\MyComputer\Desktop\Super Stable Diffusion 2.0\stable-diffusion-webui\venv\Scripts\Python.exe" The system cannot find the path specified. Press any key to continue . . .

What should I do?

Steps to reproduce the problem

  1. Downloaded the stable-diffusion-webui repository for the first time setup.
  2. Paste model.ckpt in (stable-diffusion-webui>models>Stable-dissusion) and GFPGANv1.4.pth in (stable-diffusion-webui).
  3. Run webui-user.bat as non-administrator (result is the same for administrator too).

What should have happened?

I'm assuming all required dependencies should have been downloaded and then the program would be ready to run.

Commit where the problem happens

Latest version

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

No response

Additional information, context and logs

No response

IABYSSI avatar Oct 27 '22 19:10 IABYSSI

you have git and python3.10.6 installed on windows? if you run cmd.exe from the start menu, if you then type python --version what is the output? if you type git --version what is the output?

genewitch avatar Oct 27 '22 21:10 genewitch

@IABYSSI Install python again with Add to Path Option Checked and restart the system for it to take effect.

  • [x] Add to path

arunavo4 avatar Oct 28 '22 06:10 arunavo4

@arunavo4 When I initially installed Python, I made sure to check the "Add to Path" option. Since then I have uninstalled and reinstalled Python 3 times always checking "Add to Path" but this has not helped.

IABYSSI avatar Oct 28 '22 14:10 IABYSSI

@genewitch Typing these commands into my cmd.exe gives me the following results:

python --version outputs Python 3.10.6

git --version outputs git version 2.38.1.windows.1

IABYSSI avatar Oct 28 '22 14:10 IABYSSI

I have done some digging and I've found that there is indeed no Python.exe file in my Scripts folder. Perhaps if someone could provide to me that file that might solve this problem.

IABYSSI avatar Oct 29 '22 19:10 IABYSSI