From b0c15bc430d2fc89e14729e6f78bf04900a47570 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 22 Sep 2022 23:04:29 +0530 Subject: [PATCH] Latest commit on basujindal's fork for the Linux version --- scripts/on_sd_start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/on_sd_start.sh b/scripts/on_sd_start.sh index 8de85925..e348965c 100755 --- a/scripts/on_sd_start.sh +++ b/scripts/on_sd_start.sh @@ -16,7 +16,7 @@ if [ -e "scripts/install_status.txt" ] && [ `grep -c sd_git_cloned scripts/insta git reset --hard git pull - git checkout d154155d4c0b43e13ec1f00eb72b7ff9d522fcf9 + git checkout f6cfebffa752ee11a7b07497b8529d5971de916c git apply ../ui/sd_internal/ddim_callback.patch @@ -33,7 +33,7 @@ else fi cd stable-diffusion - git checkout d154155d4c0b43e13ec1f00eb72b7ff9d522fcf9 + git checkout f6cfebffa752ee11a7b07497b8529d5971de916c git apply ../ui/sd_internal/ddim_callback.patch