Spaces:
Runtime error
Runtime error
File size: 578 Bytes
e22b760 26e5910 e22b760 502d8e6 e22b760 8e38dad ff59a39 bb20d89 834ddca e22b760 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Make sure Python version is 3.10+
python -m venv sd_env
source sd_env/bin/activate
pip install hf_transfer requests
git clone https://github.com/openvinotoolkit/stable-diffusion-webui.git
cd stable-diffusion-webui
cd extensions
git clone https://github.com/civitai/sd_civitai_extension.git
cd sd_civitai_extension
python install.py
export PYTORCH_TRACING_MODE=TORCHFX
export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half --api"
cd ../..
python ../dl.py
ls -la /home/user/app/stable-diffusion-webui/models/Stable-diffusion/
# Launch the WebUI
./webui.sh |