From cf1ba6d4592a772576bd1b37cbe7ee36236c55a3 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 2 Sep 2022 16:55:08 +0530 Subject: [PATCH] v2 scripts --- scripts/on_sd_start.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index aa4a9a54..6b715a6b 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -46,10 +46,6 @@ @set cmd_had_error=T ) - if "%ERRORLEVEL%" NEQ "0" ( - @set cmd_had_error=T - ) - if "%cmd_had_error%"=="T" ( echo "Error installing the packages necessary for Stable Diffusion. Please try re-running this installer. If it doesn't work, please copy the messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB or file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" pause