Skip to content

Instantly share code, notes, and snippets.

@super3
Last active October 19, 2022 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save super3/9681fa38c1d0cdbd07d5cce109a5a40c to your computer and use it in GitHub Desktop.
Save super3/9681fa38c1d0cdbd07d5cce109a5a40c to your computer and use it in GitHub Desktop.
Install Stable Diffusion
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