diff --git a/src/start.sh b/src/start.sh index 60bd64b..9de562f 100644 --- a/src/start.sh +++ b/src/start.sh @@ -3,7 +3,7 @@ echo "Worker Initiated" echo "Starting WebUI API" -python /stable-diffusion-webui/webui.py --skip-python-version-check --skip-torch-cuda-test --skip-install --ckpt /model.safetensors --lowram --opt-sdp-attention --disable-safe-unpickle --port 3000 --api --nowebui --skip-version-check --no-hashing --no-download-sd-model & +python /stable-diffusion-webui/webui.py --skip-python-version-check --skip-torch-cuda-test --skip-install --ckpt /model.safetensors --lowram --opt-sdp-attention --disable-safe-unpickle --port 3000 --api --nowebui --skip-version-check --no-hashing --no-download-sd-model --no-half-vae & echo "Starting RunPod Handler" python -u /rp_handler.py