File size: 421 Bytes
0333aec
 
d135484
 
 
0333aec
d409849
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"python launch.py --port 8266 --listen --cors-allow-origins=* --xformers --skip-torch-cuda-test --enable-insecure-extension-access --theme dark --gradio-queue --disable-safe-unpickle")