File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set INSTALL_ENV_DIR=%cd%\installer_files\env
1919@ rem https://mamba.readthedocs.io/en/latest/installation.html
2020set MICROMAMBA_DOWNLOAD_URL = https://github.com/cmdr2/stable-diffusion-ui/releases/download/v1.1/micromamba.exe
2121set RELEASE_URL = https://github.com/invoke-ai/InvokeAI
22- set RELEASE_SOURCEBALL = /archive/refs/heads/v2.1.3 .tar.gz
22+ set RELEASE_SOURCEBALL = /archive/refs/heads/main .tar.gz
2323set PYTHON_BUILD_STANDALONE_URL = https://github.com/indygreg/python-build-standalone/releases/download
2424set PYTHON_BUILD_STANDALONE = 20221002/cpython-3.10.7+20221002-x86_64-pc-windows-msvc-shared-install_only.tar.gz
2525
Original file line number Diff line number Diff line change 7474INSTALL_ENV_DIR=" $( pwd) /installer_files/env"
7575MICROMAMBA_DOWNLOAD_URL=" https://micro.mamba.pm/api/micromamba/${MAMBA_OS_NAME} -${MAMBA_ARCH} /latest"
7676RELEASE_URL=https://github.com/invoke-ai/InvokeAI
77- RELEASE_SOURCEBALL=/archive/refs/heads/v2.1.3 .tar.gz
77+ RELEASE_SOURCEBALL=/archive/refs/heads/main .tar.gz
7878PYTHON_BUILD_STANDALONE_URL=https://github.com/indygreg/python-build-standalone/releases/download
7979if [ " $OS_NAME " == " darwin" ]; then
8080 PYTHON_BUILD_STANDALONE=20221002/cpython-3.10.7+20221002-${PY_ARCH} -apple-darwin-install_only.tar.gz
You can’t perform that action at this time.
0 commit comments