Typo in the bash script

This commit is contained in:
cmdr2 2022-10-13 10:00:53 +05:30 committed by tildebyte
parent 14725f9d59
commit 94cd20de05

View File

@ -91,7 +91,7 @@ if [ "$OS_NAME" == "mac" ]; then
WEIGHTS_DOC_URL="https://invoke-ai.github.io/InvokeAI/installation/INSTALL_MAC/" WEIGHTS_DOC_URL="https://invoke-ai.github.io/InvokeAI/installation/INSTALL_MAC/"
fi fi
echo. echo ""
echo "Now you need to install the weights for the stable diffusion model." echo "Now you need to install the weights for the stable diffusion model."
echo "Please follow the steps at $WEIGHTS_DOC_URL to complete the installation" echo "Please follow the steps at $WEIGHTS_DOC_URL to complete the installation"