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

[Bug]: could not create work tree dir 'stable-diffusion-webui': No such file or directory #12092

Open
1 task done
ghost opened this issue Jul 27, 2023 · 18 comments
Open
1 task done
Labels
asking-for-help-with-local-system-issues This issue is asking for help related to local system; please offer assistance

Comments

@ghost
Copy link

ghost commented Jul 27, 2023

Is there an existing issue for this?

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

What happened?

I have Arch Linux.

I followed the instructions in the README but gives me the following error:

❯ bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################

################################################################
Running on raffaele user
################################################################

################################################################
Clone stable-diffusion-webui
################################################################
fatal: could not create work tree dir 'stable-diffusion-webui': No such file or directory
/dev/fd/63: line 191: cd: stable-diffusion-webui/: No such file or directory
ERROR: Can't cd to /dev/fd/stable-diffusion-webui/, aborting...

Steps to reproduce the problem

Just run:

❯ bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)

What should have happened?

Should have installed the software

Version or Commit where the problem happens

68f336b

What Python version are you running on ?

None

What platforms do you use to access the UI ?

Linux

What device are you running WebUI on?

No response

Cross attention optimization

Automatic

What browsers do you use to access the UI ?

No response

Command Line Arguments

None

List of extensions

No

Console logs

See above

Additional information

No response

@ghost ghost added the bug-report Report of a bug, yet to be confirmed label Jul 27, 2023
@rdcoder33
Copy link

+1

1 similar comment
@moo611
Copy link

moo611 commented Jul 27, 2023

+1

@ghost
Copy link
Author

ghost commented Jul 27, 2023

For others experiencing this, i just git cloned the repo and run webui.sh

@adrianrocamora
Copy link

For others experiencing this, i just git cloned the repo and run webui.sh

I just downloaded the file with wget and ran it with bash. Seems to work as well

@ThatCoffeeGuy
Copy link

Same here, running Ubuntu. Interestingly, it worked a few days ago.

Clone stable-diffusion-webui
################################################################
fatal: could not create work tree dir 'stable-diffusion-webui': No such file or directory
/dev/fd/63: line 191: cd: stable-diffusion-webui/: No such file or directory
ERROR: Can't cd to /dev/fd/stable-diffusion-webui/, aborting...sadmin@gpu:~/sd$ ^C
sadmin@gpu:~/sd$ pwd
/home/sadmin/sd
sadmin@gpu:~/sd$ uname -a
Linux gpu 5.15.0-69-generic #76-Ubuntu SMP Fri Mar 17 17:19:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Distributor ID: Ubuntu
Description:    Ubuntu 22.04.2 LTS
Release:        22.04
Codename:       jammy

@gaojinjin
Copy link

+1

@orlop
Copy link

orlop commented Aug 3, 2023

Same here, Linux Mint 5.15.0.-76.-generic

simply downloading with wget with no parameters and running with bash webui.sh seems to work fine

@MorrisLu-Taipei
Copy link

same here +1

@JoseAntonioToralLopez
Copy link

+1

@JoseAntonioToralLopez
Copy link

Same here, Linux Mint 5.15.0.-76.-generic

simply downloading with wget with no parameters and running with bash webui.sh seems to work fine

I got

ERROR: Cannot activate python venv, aborting...

@CHJ85
Copy link

CHJ85 commented Aug 4, 2023

Same here. Manjaro.
Btw. Until this gets fixed, installing is quite easy.

wget https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh; bash webui.sh

@dj-relax
Copy link

dj-relax commented Aug 4, 2023

+1 Debian 12

@PsilAxis
Copy link

PsilAxis commented Aug 4, 2023

For others experiencing this, i just git cloned the repo and run webui.sh

I just downloaded the file with wget and ran it with bash. Seems to work as well

as stated above, wget and bash worked. i just installed linux yesterday so difficulty is minimal, and i went to my desired folder, and used these two commands to get it working

wget -qO webui.sh https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh

bash webui.sh

@JoseAntonioToralLopez
Copy link

JoseAntonioToralLopez commented Aug 4, 2023 via email

@PsilAxis
Copy link

PsilAxis commented Aug 4, 2023

Yes this just installed everything and ran the localhost for me when it was done

And this install venv? El vie, 4 ago 2023 a las 19:06, PsilAxis @.***>) escribió:

@N0lim
Copy link

N0lim commented Aug 5, 2023

Same issuse on Fedora 37

@nickwinn
Copy link

Same issue on Ubuntu 22.04

@catboxanon catboxanon added asking-for-help-with-local-system-issues This issue is asking for help related to local system; please offer assistance and removed bug-report Report of a bug, yet to be confirmed labels Aug 26, 2023
@hamza-brandigo
Copy link

For others experiencing this, i just git cloned the repo and run webui.sh

I just downloaded the file with wget and ran it with bash. Seems to work as well

as stated above, wget and bash worked. i just installed linux yesterday so difficulty is minimal, and i went to my desired folder, and used these two commands to get it working

wget -qO webui.sh https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh

bash webui.sh

i love u bro its working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asking-for-help-with-local-system-issues This issue is asking for help related to local system; please offer assistance
Projects
None yet
Development

No branches or pull requests