File size: 251 Bytes
0333aec
 
d135484
 
 
0333aec
d6e1bb2
1
2
3
4
5
6
7
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")