From b4b2c351b4166dbd7aa482ec7cf38388e46ade59 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 3 Sep 2022 18:26:14 +0530 Subject: [PATCH] Conda needs to be reactivated in the final script, l inux v2 --- scripts/Start Stable Diffusion UI.sh | 2 -- scripts/on_sd_start.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Start Stable Diffusion UI.sh b/scripts/Start Stable Diffusion UI.sh index cc24c8e2..407796a6 100755 --- a/scripts/Start Stable Diffusion UI.sh +++ b/scripts/Start Stable Diffusion UI.sh @@ -2,6 +2,4 @@ source installer/bin/activate conda-unpack -source installer/etc/profile.d/conda.sh - scripts/on_env_start.sh diff --git a/scripts/on_sd_start.sh b/scripts/on_sd_start.sh index 753a595c..291d920d 100755 --- a/scripts/on_sd_start.sh +++ b/scripts/on_sd_start.sh @@ -1,3 +1,5 @@ +source installer/etc/profile.d/conda.sh + if [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then echo "Stable Diffusion's git repository was already installed. Updating.."