mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
folded in the 1-click installer
- The installer will pull from the branch release-candidate-2-1 for the purposes of testing. - This needs to be changed to "main" before release.
This commit is contained in:
parent
b774c8afc3
commit
07c3c57cde
@ -16,7 +16,7 @@ echo.
|
|||||||
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
|
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
|
||||||
set INSTALL_ENV_DIR=%cd%\installer_files\env
|
set INSTALL_ENV_DIR=%cd%\installer_files\env
|
||||||
set MICROMAMBA_DOWNLOAD_URL=https://github.com/cmdr2/stable-diffusion-ui/releases/download/v1.1/micromamba.exe
|
set MICROMAMBA_DOWNLOAD_URL=https://github.com/cmdr2/stable-diffusion-ui/releases/download/v1.1/micromamba.exe
|
||||||
set REPO_URL=https://github.com/cmdr2/InvokeAI.git
|
set REPO_URL=https://github.com/invoke-ai/InvokeAI.git
|
||||||
set umamba_exists=F
|
set umamba_exists=F
|
||||||
@rem Change the download URL to an InvokeAI repo's release URL
|
@rem Change the download URL to an InvokeAI repo's release URL
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ if [ "$OS_NAME" == "linux" ] && [ "$OS_ARCH" == "arm64" ]; then OS_ARCH="aarch64
|
|||||||
export MAMBA_ROOT_PREFIX="$(pwd)/installer_files/mamba"
|
export MAMBA_ROOT_PREFIX="$(pwd)/installer_files/mamba"
|
||||||
INSTALL_ENV_DIR="$(pwd)/installer_files/env"
|
INSTALL_ENV_DIR="$(pwd)/installer_files/env"
|
||||||
MICROMAMBA_DOWNLOAD_URL="https://micro.mamba.pm/api/micromamba/${OS_NAME}-${OS_ARCH}/latest"
|
MICROMAMBA_DOWNLOAD_URL="https://micro.mamba.pm/api/micromamba/${OS_NAME}-${OS_ARCH}/latest"
|
||||||
REPO_URL="https://github.com/cmdr2/InvokeAI.git"
|
REPO_URL="https://github.com/invoke-ai/InvokeAI.git"
|
||||||
umamba_exists="F"
|
umamba_exists="F"
|
||||||
|
|
||||||
# figure out whether git and conda needs to be installed
|
# figure out whether git and conda needs to be installed
|
||||||
@ -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/main -ft
|
git checkout origin/release-candidate-2-1 -ft
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create the environment
|
# create the environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user