Last active
October 19, 2022 14:25
-
-
Save super3/9681fa38c1d0cdbd07d5cce109a5a40c to your computer and use it in GitHub Desktop.
Install Stable Diffusion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get upgrade -y | |
sudo apt install wget git python3 python3-venv rtorrent -y | |
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment