From e67843638fafeea7cff3334d909c81c2f2b3f6f4 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 26 Sep 2022 20:11:33 +0530 Subject: [PATCH] Fix errors with the new installer --- scripts/Start Stable Diffusion UI.cmd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/Start Stable Diffusion UI.cmd b/scripts/Start Stable Diffusion UI.cmd index e34c2b36..f3af626c 100644 --- a/scripts/Start Stable Diffusion UI.cmd +++ b/scripts/Start Stable Diffusion UI.cmd @@ -1,9 +1,7 @@ @echo off @REM Delete the post-activate hook from the old installer -@if exist "installer\etc\conda\activate.d\post_activate.bat" ( - del "installer\etc\conda\activate.d\post_activate.bat" -) +echo. > installer\etc\conda\activate.d\post_activate.bat @call installer\Scripts\activate.bat @@ -14,6 +12,6 @@ @cd installer -@call scripts\on_env_start.bat +@call ..\scripts\on_env_start.bat @pause \ No newline at end of file