anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
978 stars 59 forks source link

[Bug]: Install in linux broken due to webui.sh #65

Closed tdtrumble closed 1 year ago

tdtrumble commented 1 year ago

Is there an existing issue for this?

What happened?

It looks like webui.sh was reverted to the file from the master auto1111 branch, so when you run the install directions for linux in the readme, it just installs the auto1111 repo.

Line 151: "${GIT}" clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git "${clone_dir}"

Steps to reproduce the problem

Follow directions under "Automatic Installation on Linux" in readme

Automatic Installation on Linux Install the dependencies:

Debian-based:

sudo apt install wget git python3 python3-venv

Red Hat-based:

sudo dnf install wget git python3

Arch-based:

sudo pacman -S wget git python3 To install in /home/$(whoami)/stable-diffusion-webui/, run: bash <(wget -qO- https://raw.githubusercontent.com/anapnoe/stable-diffusion-webui-ux/master/webui.sh) Run webui.sh.

What should have happened?

Should have installed the https://github.com/anapnoe/stable-diffusion-webui-ux repo

Commit where the problem happens

n/a

What platforms do you use to access the UI ?

No response

What browsers do you use to access the UI ?

No response

Command Line Arguments

n/a

List of extensions

n/a

Console logs

n/a

Additional information

No response

anapnoe commented 1 year ago

thank you