mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-06 15:15:05 +08:00
Updated Install and Run on NVidia GPUs (markdown)
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
|
||||||
|
Loading…
Reference in New Issue
Block a user