stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

Install instructions for Linux are missing in Readme

Open driqeks opened this issue 1 year ago • 5 comments

Is there an existing issue for this?

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

What would your feature do ?

  1. Install instructions for Linux are missing in Readme
  2. There also is no information at all in the readme that downloading the "[>>> Click Here to Download One-Click Package<<<]" is not working on Linux. I downloaded it and then was surprised that it only includes .bat files and no .sh files.

Proposed workflow

  1. Go to the Readme
  2. See steps how to install on Linux

Additional information

No response

driqeks avatar Feb 09 '24 00:02 driqeks

I was looking for the same, so I ended up with this

python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
. ./webui.sh --xformers --api

AlexNolasco avatar Feb 11 '24 00:02 AlexNolasco

I was looking for the same, so I ended up with this

python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt
. ./webui.sh --xformers --api

This seems to pull in dependencies for NVIDIA cards only. How can i make it download the ROCm equivalents to run it on AMD?

Yumae avatar Feb 13 '24 18:02 Yumae

I was looking for the same, so I ended up with this

python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt
. ./webui.sh --xformers --api

This seems to pull in dependencies for NVIDIA cards only. How can i make it download the ROCm equivalents to run it on AMD?

I would check if https://pinokio.computer/ has support for it

AlexNolasco avatar Feb 14 '24 19:02 AlexNolasco

I was looking for the same, so I ended up with this

python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
. ./webui.sh --xformers --api

I managed to install it thanks to you. THanks, but the performance with XL models is much worse than on A1111, with 1.5 models practically the same. is your experience the same?. NVIDIA GeForce RTX 3060

epictetito avatar Feb 17 '24 12:02 epictetito

Followed these instructions to work on ubuntu, rocm5.7, rx6650xt. In principle it does not differ much from the official one from a1111.

PaPa1ya avatar Feb 20 '24 07:02 PaPa1ya