Typo in the bash script

This commit is contained in:
cmdr2 2022-10-13 10:00:53 +05:30
parent c16b7f090e
commit 132e2b3ae5

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"