Skip to content

Commit e4b6192

Browse files
authored
fix InvokeAI download URLs (invoke-ai#1910)
- This fixes the .bat and .sh file URLs for the InvokeAI source code.
1 parent aa68e4e commit e4b6192

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installer/install.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1919
set INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/
2020
set TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/#troubleshooting
2121
set PYTHON_URL=https://www.python.org/downloads/windows/

installer/install.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd "$scriptdir"
99
deactivate >/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
1313
INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/
1414
TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/#troubleshooting
1515
MINIMUM_PYTHON_VERSION=3.9.0

0 commit comments

Comments
 (0)