[Bug]: Updated installation instructions for installing Stable Diffusion using ROCm (Linux) (Documentation and webui.sh needs updating) #16807
Labels
bug-report
Report of a bug, yet to be confirmed
Checklist
What happened?
Run the same instructions as the documentation says for the first part.
(Debian):
sudo apt install git python3.10-venv -y
(Fedora):
sudo dnf install python-3.10
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui
python3.10 -m venv venv
Then update line 156 in webui.sh
pip install torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm5.7
-->pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2
Run webui.sh with this command
HSA_OVERRIDE_GFX_VERSION=11.0.0 HIP_VISIBLE_DEVICES=0 ./webui.sh --precision full --no-half
VERSION=11.0.0 is specific to the 7900XTX, version number may change depending on GPU model so check ROCm documentation just in case. If you have a 7900XTX, follow instructions exactly.
Steps to reproduce the problem
What should have happened?
Documentation and ROCm in webui.sh needs updating to make webui.sh work error free.
What browsers do you use to access the UI ?
Brave
Sysinfo
Not needed as the program is running with all features when instructions above is followed.
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: