From f95ba16dfeaeea94d8adcc744f0cddaba2143cfc Mon Sep 17 00:00:00 2001 From: rainbowdashx Date: Sat, 17 Feb 2024 22:34:19 +0100 Subject: [PATCH] Add --no-half-vae flag to webui.py command --- src/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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