Created
March 12, 2023 04:50
-
-
Save davila7/170f7b215537b91b4864ad5980c80ba2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| !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