From 5a0bf519f14fc7c68f37c8ad917c2abb5407379e Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 14 Jul 2023 12:09:09 -0400 Subject: [PATCH] fix linux paste command, add other distribution --- Install-and-Run-on-NVidia-GPUs.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 265bf0c..3cfe6c6 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -209,11 +209,13 @@ See [Troubleshooting](Troubleshooting) section for what to do if things go wrong ## Linux +(Debian-based) + 1. Enter these commands, which will install webui to your current directory: ``` -sudo apt install git python3.10 python3.10-venv -y -git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd https://github.com/AUTOMATIC1111/stable-diffusion-webui +sudo apt install git python3.10-venv -y +git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui python3.10 -m venv venv ``` @@ -221,7 +223,17 @@ python3.10 -m venv venv ./webui.sh {your_arguments} -For other non debian-based distributions, use the appropriate package manager. Ensure you create a 3.10 venv. +
Other Distributions: + +(Arch-based) + + sudo pacman -S git python3 -y && git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui && ./webui.sh + +(Red Hat-based) + + sudo DND install git python3 -y && git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui && ./webui.sh + +
## Third party installation guides/scripts: - NixOS: https://github.com/virchau13/automatic1111-webui-nix