Updated Install and Run on NVidia GPUs (markdown)

ClashSAN 2023-06-30 23:15:54 -04:00
parent a97dbfc917
commit f13aa5cc87

@ -209,7 +209,7 @@ See [Troubleshooting](Troubleshooting) section for what to do if things go wrong
## Linux ## 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 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 python3.10 -m venv venv
``` ```
Install and Run with: Install and run with:
./webui.sh {your_arguments} ./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: ## Third party installation guides/scripts:
- NixOS: https://github.com/virchau13/automatic1111-webui-nix - NixOS: https://github.com/virchau13/automatic1111-webui-nix