diff --git a/README.md b/README.md index 0c9291272f..b2cd3a699b 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ Notes](https://github.com/invoke-ai/InvokeAI/releases) and the ### Troubleshooting -Please check out our **[Troubleshooting Guide](https://invoke-ai.github.io/InvokeAI/installation/010_INSTALL_AUTOMATED/#troubleshooting)** to get solutions for common installation +Please check out our **[Troubleshooting Guide](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_TROUBLESHOOTING/)** to get solutions for common installation problems and other issues. For more help, please join our [Discord][discord link] ## Contributing diff --git a/installer/install.bat.in b/installer/install.bat.in index 9a487d3ee2..ccbeeca447 100644 --- a/installer/install.bat.in +++ b/installer/install.bat.in @@ -16,7 +16,7 @@ if "%1" == "use-cache" ( @rem The version in the next line is replaced by an up to date release number @rem when create_installer.sh is run. Change the release number there. set INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/ -set TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/#troubleshooting +set TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_TROUBLESHOOTING set PYTHON_URL=https://www.python.org/downloads/windows/ set MINIMUM_PYTHON_VERSION=3.10.0 set PYTHON_URL=https://www.python.org/downloads/release/python-3109/ diff --git a/installer/lib/messages.py b/installer/lib/messages.py index 5a08303b1c..257a587d9c 100644 --- a/installer/lib/messages.py +++ b/installer/lib/messages.py @@ -20,13 +20,6 @@ from rich.style import Style from rich.syntax import Syntax from rich.text import Text -""" -INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/refs/tags/${INVOKEAI_VERSION}.zip -INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/ -TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/#troubleshooting -""" - - OS = platform.uname().system ARCH = platform.uname().machine