ichelp's picture
Update app.py
d6e1bb2
raw
history blame
251 Bytes
import os
#os.system(f"git lfs install")
os.system(f"git clone -b v2.2 https://github.com/camenduru/stable-diffusion-webui /home/ichelp/source/stable-diffusion-webui")
os.chdir(f"/home/ichelp/source/stable-diffusion-webui")
os.system(f"sh webui.sh")