Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError after new update #58

Closed
VantomPayne opened this issue Sep 3, 2022 · 3 comments · Fixed by #60
Closed

FileNotFoundError after new update #58

VantomPayne opened this issue Sep 3, 2022 · 3 comments · Fixed by #60

Comments

@VantomPayne
Copy link

Getting a FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\admin\stable-diffusion-webui\scripts' after the new update.

Not exactly good at all the coding stuff, using it just fine yesterday but I downloaded the repo instead of git clone, for the sake of easier update I started a new installation by git cloning into user folder and the installation went well but ran into this while launching through webui.py.

Python 3.10.6
venv C:\Users\admin\stable-diffusion-webui\venv\Scripts\Python.exe
Launching webui.py...
Loading model from C:\Users\admin\stable-diffusion-webui\model.ckpt
Global Step: 470000
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type 'vanilla' with 512 in_channels
Traceback (most recent call last):
File "C:\Users\admin\stable-diffusion-webui\webui.py", line 135, in
modules.scripts.load_scripts(os.path.join(script_path, "scripts"))
File "C:\Users\admin\stable-diffusion-webui\modules\scripts.py", line 32, in load_scripts
for filename in os.listdir(basedir):
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\admin\stable-diffusion-webui\scripts'

@iChristGit
Copy link

Happens to me now too.

@hentailord85ez
Copy link
Collaborator

A fix right now is just to make a new folder inside of 'stable-diffusion-webui' called scripts.

@AUTOMATIC1111
Copy link
Owner

my bad

Sashimimochi pushed a commit to Sashimimochi/stable-diffusion-webui that referenced this issue Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants