Skip to content

Commit e159bb3

Browse files
authored
update installers for v2.2.4 tag (invoke-ai#1936)
1 parent bd0c0d7 commit e159bb3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

installer/install.bat.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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/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
1414
INSTRUCTIONS=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/
1515
TROUBLESHOOTING=https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/#troubleshooting
1616
MINIMUM_PYTHON_VERSION=3.9.0

0 commit comments

Comments
 (0)