diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index 5cf47cf6..7a9507f2 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -165,10 +165,8 @@ call WHERE uvicorn > .tmp -if not exist "..\models\stable-diffusion" ( - mkdir "..\models\stable-diffusion" - echo. > "..\models\stable-diffusion\Put your custom ckpt files here.txt" -) +if not exist "..\models\stable-diffusion" mkdir "..\models\stable-diffusion" +echo. > "..\models\stable-diffusion\Put your custom ckpt files here.txt" @if exist "sd-v1-4.ckpt" ( for %%I in ("sd-v1-4.ckpt") do if "%%~zI" EQU "4265380512" (