stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
Install instructions for Linux are missing in Readme
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 ?
- Install instructions for Linux are missing in Readme
- 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
- Go to the Readme
- See steps how to install on Linux
Additional information
No response
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 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 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
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
Followed these instructions to work on ubuntu, rocm5.7, rx6650xt. In principle it does not differ much from the official one from a1111.