From f13aa5cc876830e07715cf8fe8ec810ceca99e2b Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 30 Jun 2023 23:15:54 -0400 Subject: [PATCH] Updated Install and Run on NVidia GPUs (markdown) --- Install-and-Run-on-NVidia-GPUs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 3e0efb4..27c3d3b 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -209,7 +209,7 @@ See [Troubleshooting](Troubleshooting) section for what to do if things go wrong ## Linux -Copypaste these commands to install webui to your current directory: +Enter these commands, which will install webui to your current directory: ``` sudo apt install git python3.10 python3.10-venv -y @@ -217,10 +217,11 @@ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd https:// python3.10 -m venv venv ``` -Install and Run with: +Install and run with: ./webui.sh {your_arguments} +For other non debian-based distributions, use the appropriate package manager. Ensure you create a 3.10 venv. ## Third party installation guides/scripts: - NixOS: https://github.com/virchau13/automatic1111-webui-nix