mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
installer pulls from release-candidate-2-1
This commit is contained in:
parent
f70af7afb9
commit
330b417a7b
@ -72,7 +72,8 @@ if not exist ".git" (
|
|||||||
call git init
|
call git init
|
||||||
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
|
||||||
)
|
)
|
||||||
|
|
||||||
@rem activate the base env
|
@rem activate the base env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user