diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-26 08:57:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 08:57:13 +0000 |
commit | e44103264d95a2141410571661c757a65f22a8b6 (patch) | |
tree | 24bee083ce3d5b3e510438b6372296a158c835b4 /README.md | |
parent | 6955c210b7791375e945e876223e6cf6b2231391 (diff) | |
parent | 6a86b3ad9bc7bb9a58dc4228ecf93a3a511ed122 (diff) | |
download | stable-diffusion-webui-gfx803-e44103264d95a2141410571661c757a65f22a8b6.tar.gz stable-diffusion-webui-gfx803-e44103264d95a2141410571661c757a65f22a8b6.tar.bz2 stable-diffusion-webui-gfx803-e44103264d95a2141410571661c757a65f22a8b6.zip |
Merge pull request #13936 from cabelo/compatibility
Compatibility
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -121,7 +121,9 @@ Alternatively, use online services (like Google Colab): # Debian-based:
sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
# Red Hat-based:
-sudo dnf install wget git python3
+sudo dnf install wget git python3 gperftools-libs libglvnd-glx
+# openSUSE-based:
+sudo zypper install wget git python3 libtcmalloc4 libglvnd
# Arch-based:
sudo pacman -S wget git python3
```
|