Merge pull request #13936 from cabelo/compatibility

Compatibility
This commit is contained in:
AUTOMATIC1111
2023-11-26 11:57:13 +03:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -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
```