Dracomoth's picture
Create app.py
200b6e9
raw
history blame
208 Bytes
import os
os.system(f"git clone https://github.com/camenduru/stable-diffusion-webui /home/user/app/stable-diffusion-webui")
os.chdir(f"/home/user/app/stable-diffusion-webui")
os.system(f"python launch.py")