mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-31 02:32:57 +08:00
Add Linux installation instructions (tested on Ubuntu 22.04 with release 1.4.0 )
parent
8a30c0f6fc
commit
96bbf4fb0e
@ -207,12 +207,26 @@ Invoke-Expression "$SCRIPT"
|
||||
|
||||
See [Troubleshooting](Troubleshooting) section for what to do if things go wrong.
|
||||
|
||||
## Linux
|
||||
|
||||
Copypaste these commands to 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
|
||||
python3.10 -m venv venv
|
||||
```
|
||||
|
||||
Install and Run with:
|
||||
|
||||
./webui.sh {your_arguments}
|
||||
|
||||
|
||||
## Third party installation guides/scripts:
|
||||
- NixOS: https://github.com/virchau13/automatic1111-webui-nix
|
||||
|
||||
# Almost Automatic Installation and Launch
|
||||
## Install and run without virtual environment
|
||||
|
||||
To install the required packages via pip without creating a virtual environment, run:
|
||||
```bash
|
||||
python launch.py
|
||||
|
Loading…
Reference in New Issue
Block a user