mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-27 07:19:02 +08:00
fix linux paste command, add other distribution
parent
f4585c8530
commit
5a0bf519f1
@ -209,11 +209,13 @@ See [Troubleshooting](Troubleshooting) section for what to do if things go wrong
|
|||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
|
(Debian-based)
|
||||||
|
|
||||||
1. Enter these commands, which will install webui to your current directory:
|
1. 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-venv -y
|
||||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui
|
||||||
python3.10 -m venv venv
|
python3.10 -m venv venv
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -221,7 +223,17 @@ python3.10 -m venv venv
|
|||||||
|
|
||||||
./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.
|
<details><summary>Other Distributions:</summary>
|
||||||
|
|
||||||
|
(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
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## 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…
x
Reference in New Issue
Block a user