AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: linux installer is broken #12418

Closed airtonix closed 1 year ago

airtonix commented 1 year ago

Is there an existing issue for this?

What happened?

> 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 XXX user
################################################################

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

System:
  Host: brass Kernel: 6.4.4-200.fc38.x86_64 arch: x86_64 bits: 64
    Desktop: GNOME v: 44.3 Distro: Fedora release 38 (Thirty Eight)
Machine:
  Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required>
  Mobo: ASUSTeK model: ROG STRIX B550-I GAMING v: Rev X.0x
    serial: <superuser required> UEFI: American Megatrends v: 2803
    date: 04/28/2022
CPU:
  Info: 8-core AMD Ryzen 7 5800X3D [MT MCP] speed (MHz): avg: 2486
    min/max: 2200/4549
Graphics:
  Device-1: NVIDIA GA102 [GeForce RTX 3090 Ti] driver: nvidia v: 535.54.03
  Device-2: Logitech StreamCam
    driver: hid-generic,snd-usb-audio,usbhid,uvcvideo type: USB
  Display: x11 server: X.Org v: 1.20.14 with: Xwayland v: 22.1.9 driver: X:
    loaded: modesetting,nouveau,nvidia unloaded: fbdev,vesa
    gpu: nvidia,nvidia-nvswitch resolution: 1: 3440x1440~60Hz
    2: 3440x1440~60Hz 3: N/A
  API: OpenGL v: 4.6.0 NVIDIA 535.54.03 renderer: NVIDIA GeForce RTX 3090
    Ti/PCIe/SSE2
Network:
  Device-1: Intel Wi-Fi 6 AX200 driver: iwlwifi
  Device-2: Intel Ethernet I225-V driver: igc
Drives:
  Local Storage: total: 1.36 TiB used: 547.18 GiB (39.2%)
Info:
  Processes: 537 Uptime: 14d 13h 16m Memory: available: 62.69 GiB
  used: 10.25 GiB (16.4%) Shell: Zsh inxi: 3.3.27

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ... asdasd

What should have happened?

no errors

Version or Commit where the problem happens

latest

What Python version are you running on ?

None

What platforms do you use to access the UI ?

No response

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

https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/35510f7529dc05437a82496187ef06b852be9ab1/README.md?plain=1#L126

List of extensions

nonwe

Console logs

> 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 XXX user
################################################################

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

System:
  Host: brass Kernel: 6.4.4-200.fc38.x86_64 arch: x86_64 bits: 64
    Desktop: GNOME v: 44.3 Distro: Fedora release 38 (Thirty Eight)
Machine:
  Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required>
  Mobo: ASUSTeK model: ROG STRIX B550-I GAMING v: Rev X.0x
    serial: <superuser required> UEFI: American Megatrends v: 2803
    date: 04/28/2022
CPU:
  Info: 8-core AMD Ryzen 7 5800X3D [MT MCP] speed (MHz): avg: 2486
    min/max: 2200/4549
Graphics:
  Device-1: NVIDIA GA102 [GeForce RTX 3090 Ti] driver: nvidia v: 535.54.03
  Device-2: Logitech StreamCam
    driver: hid-generic,snd-usb-audio,usbhid,uvcvideo type: USB
  Display: x11 server: X.Org v: 1.20.14 with: Xwayland v: 22.1.9 driver: X:
    loaded: modesetting,nouveau,nvidia unloaded: fbdev,vesa
    gpu: nvidia,nvidia-nvswitch resolution: 1: 3440x1440~60Hz
    2: 3440x1440~60Hz 3: N/A
  API: OpenGL v: 4.6.0 NVIDIA 535.54.03 renderer: NVIDIA GeForce RTX 3090
    Ti/PCIe/SSE2
Network:
  Device-1: Intel Wi-Fi 6 AX200 driver: iwlwifi
  Device-2: Intel Ethernet I225-V driver: igc
Drives:
  Local Storage: total: 1.36 TiB used: 547.18 GiB (39.2%)
Info:
  Processes: 537 Uptime: 14d 13h 16m Memory: available: 62.69 GiB
  used: 10.25 GiB (16.4%) Shell: Zsh inxi: 3.3.27


### Additional information

_No response_
missionfloyd commented 1 year ago

Try this.

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
cd stable-diffusion-webui
./webui.sh
elibenjii commented 1 year ago

Try this.

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
cd stable-diffusion-webui
./webui.sh

working thanks