fix(invoke.sh.in): remove additional mystery character

This commit is contained in:
Kevin Turner 2022-12-02 12:42:14 -08:00 committed by Lincoln Stein
parent 26671d8eed
commit 6b5d19347a

View File

@ -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"