We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b792b7d commit b4e7fc0Copy full SHA for b4e7fc0
installer/templates/invoke.sh.in
@@ -24,9 +24,9 @@ if [ "$(uname -s)" == "Darwin" ]; then
24
export PYTORCH_ENABLE_MPS_FALLBACK=1
25
fi
26
27
-while true
28
-do
29
if [ "$0" != "bash" ]; then
+ while true
+ do
30
echo "Do you want to generate images using the"
31
echo "1. command-line interface"
32
echo "2. browser-based UI"
@@ -87,9 +87,9 @@ if [ "$0" != "bash" ]; then
87
echo "Invalid selection"
88
exit;;
89
esac
90
+ done
91
else # in developer console
92
python --version
93
echo "Press ^D to exit"
94
export PS1="(InvokeAI) \u@\h \w> "
95
-done
0 commit comments