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") |