File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if "%1" == "use-cache" (
1515@rem Config
1616@rem this should be changed to the tagged release!
1717@rem set INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/main.zip
18- set INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/refs/tags/2.2.4-rc1.zip
18+ set INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/ refs/tags/2.2.4-rc1.zip
1919set INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/
2020set TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/#troubleshooting
2121set PYTHON_URL=https://www.python.org/downloads/windows/
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cd "$scriptdir"
99deactivate > /dev/null 2>&1
1010
1111# this should be changed to the tagged release!
12- INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/refs/tags/2.2.4-rc1.zip
12+ INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/ refs/tags/2.2.4-rc1.zip
1313INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/
1414TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/# troubleshooting
1515MINIMUM_PYTHON_VERSION=3.9.0
You can’t perform that action at this time.
0 commit comments