diff options
author | Alessandro de Oliveira Faria (A.K.A. CABELO) <cabelo@opensuse.org> | 2023-11-10 17:15:34 +0000 |
---|---|---|
committer | Alessandro de Oliveira Faria (A.K.A. CABELO) <cabelo@opensuse.org> | 2023-11-10 17:15:34 +0000 |
commit | 6a86b3ad9bc7bb9a58dc4228ecf93a3a511ed122 (patch) | |
tree | 30ec1b2637c7d6e29ba85d878ccfa9bbccfad8b1 /README.md | |
parent | 66767e3876dde8d0ef27ce00254cd6b75332f036 (diff) | |
download | stable-diffusion-webui-gfx803-6a86b3ad9bc7bb9a58dc4228ecf93a3a511ed122.tar.gz stable-diffusion-webui-gfx803-6a86b3ad9bc7bb9a58dc4228ecf93a3a511ed122.tar.bz2 stable-diffusion-webui-gfx803-6a86b3ad9bc7bb9a58dc4228ecf93a3a511ed122.zip |
Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,9 +120,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
+sudo zypper install wget git python3 libtcmalloc4 libglvnd
# Arch-based:
sudo pacman -S wget git python3
```
|