web / app.py
esencb's picture
Create app.py
10c6726
raw
history blame
509 Bytes
import os
os.system(f"git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /home/user/app/web")
os.chdir("/home/user/app/web")
os.system(f"wget -q https://huggingface.co/prompthero/openjourney/resolve/main/mdjrny-v4.ckpt -O /home/user/app/web/models/Stable-diffusion/mdjrny-v4.ckpt")
os.system(f"python launch.py --force-enable-xformers --disable-console-progressbars --enable-console-prompts --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --api --skip-torch-cuda-test")