Skip to content

Commit

Permalink
fix(invoke.sh.in): remove additional mystery character
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn authored and lstein committed Dec 2, 2022
1 parent 26671d8 commit 6b5d193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_installer/invoke.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6b5d193

Please sign in to comment.