Skip to content

Instantly share code, notes, and snippets.

@davila7
Created March 12, 2023 04:50
Show Gist options
  • Select an option

  • Save davila7/170f7b215537b91b4864ad5980c80ba2 to your computer and use it in GitHub Desktop.

Select an option

Save davila7/170f7b215537b91b4864ad5980c80ba2 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
!git clone https://github.com/davila7/stable-diffusion-free-gpu
import os
os.chdir("stable-diffusion-free-gpu")
!pip install -r requirements.txt
!ngrok authtoken YOUR-AUTHTOKEN-HERE
!python main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment