Spaces:
Runtime error
Runtime error
File size: 509 Bytes
10c6726 |
1 2 3 4 5 6 7 8 9 |
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")
|