File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ if "%1" == "use-cache" (
1414
1515@rem Config
1616@rem this should be changed to the tagged release!
17- set INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/main.zip
18- @rem set INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/refs/tags/v2.2.4.zip
17+ @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/archive/refs/tags/v2.2.4.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,8 +9,8 @@ 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/archive/main.zip
13- # INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/refs/tags/v2.2.4.zip
12+ # INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/main.zip
13+ INVOKE_AI_SRC=https://github.com/invoke-ai/InvokeAI/archive/refs/tags/v2.2.4.zip
1414INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/
1515TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/# troubleshooting
1616MINIMUM_PYTHON_VERSION=3.9.0
You can’t perform that action at this time.
0 commit comments