AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
140.59k stars 26.61k forks source link

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

Open ghost opened 1 year ago

ghost commented 1 year ago

Is there an existing issue for this?

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

68f336bd994bed5442ad95bad6b6ad5564a5409a

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

rdcoder33 commented 1 year ago

+1

moo611 commented 1 year ago

+1

ghost commented 1 year ago

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

adrianrocamora commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

+1

orlop commented 1 year ago

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 commented 1 year ago

same here +1

JoseAntonioToralLopez commented 1 year ago

+1

JoseAntonioToralLopez commented 1 year ago

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 commented 1 year ago

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

jadefennec commented 1 year ago

+1 Debian 12

PsilAxis commented 1 year ago

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 commented 1 year ago

And this install venv?

El vie, 4 ago 2023 a las 19:06, PsilAxis @.***>) escribió:

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 and i just went to my desired folder, and used this to get it working

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

— Reply to this email directly, view it on GitHub https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12092#issuecomment-1665930634, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK5OTJXLRPNQ2VUABVYI7T3XTUTYDANCNFSM6AAAAAA2ZVDSPE . You are receiving this because you commented.Message ID: @.***>

PsilAxis commented 1 year ago

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 commented 1 year ago

Same issuse on Fedora 37

nickwinn commented 1 year ago

Same issue on Ubuntu 22.04

hamza-brandigo commented 6 months ago

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