mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update branch for installer to pull against
This commit is contained in:
parent
8cd5d95b8a
commit
1450779146
@ -73,7 +73,7 @@ if not exist ".git" (
|
|||||||
call git remote add origin %REPO_URL%
|
call git remote add origin %REPO_URL%
|
||||||
call git fetch
|
call git fetch
|
||||||
# call git checkout origin/main -ft
|
# call git checkout origin/main -ft
|
||||||
call git checkout origin/release-candidate-2-1 -ft
|
call git checkout origin/release-candidate-2-1-3 -ft
|
||||||
)
|
)
|
||||||
|
|
||||||
@rem activate the base env
|
@rem activate the base env
|
||||||
|
@ -87,7 +87,7 @@ if [ ! -e ".git" ]; then
|
|||||||
git init
|
git init
|
||||||
git remote add origin "$REPO_URL"
|
git remote add origin "$REPO_URL"
|
||||||
git fetch
|
git fetch
|
||||||
git checkout origin/release-candidate-2-1 -ft
|
git checkout origin/release-candidate-2-1-3 -ft
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create the environment
|
# create the environment
|
||||||
|
0
scripts/invoke.py
Normal file → Executable file
0
scripts/invoke.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user