aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-11-26 09:32:52 +0000
committerKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-11-26 09:32:52 +0000
commit3d341ebc7dcb44df3b4c013b3805c08d8a35e24a (patch)
tree3152f9087cdb2a9b48310aca3189d8cc235ffa51 /README.md
parent40ac134c553ac824d4a96666bba14d550300daa5 (diff)
parente44103264d95a2141410571661c757a65f22a8b6 (diff)
downloadstable-diffusion-webui-gfx803-3d341ebc7dcb44df3b4c013b3805c08d8a35e24a.tar.gz
stable-diffusion-webui-gfx803-3d341ebc7dcb44df3b4c013b3805c08d8a35e24a.tar.bz2
stable-diffusion-webui-gfx803-3d341ebc7dcb44df3b4c013b3805c08d8a35e24a.zip
Merge branch 'dev' into test-fp8
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6096c4a1..9f9f33b1 100644
--- a/README.md
+++ b/README.md
@@ -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
```
@@ -174,5 +176,6 @@ Licenses for borrowed code can be found in `Settings -> Licenses` screen, and al
- TAESD - Ollin Boer Bohan - https://github.com/madebyollin/taesd
- LyCORIS - KohakuBlueleaf
- Restart sampling - lambertae - https://github.com/Newbeeer/diffusion_restart_sampling
+- Hypertile - tfernd - https://github.com/tfernd/HyperTile
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
- (You)