From 6b5d19347aa5dc24d342763175a2b8ab6d31b4ef Mon Sep 17 00:00:00 2001 From: Kevin Turner <83819+keturn@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:42:14 -0800 Subject: [PATCH] fix(invoke.sh.in): remove additional mystery character --- source_installer/invoke.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_installer/invoke.sh.in b/source_installer/invoke.sh.in index bcc651f6654..7b0bd620233 100755 --- a/source_installer/invoke.sh.in +++ b/source_installer/invoke.sh.in @@ -14,7 +14,7 @@ conda activate invokeai if [ "$(uname -s)" == "Darwin" ]; then export PYTORCH_ENABLE_MPS_FALLBACK=1 fi - + if [ "$0" != "bash" ]; then echo "Do you want to generate images using the" echo "1. command-line"