This commit is contained in:
cmdr2 2022-10-26 15:35:42 +05:30 committed by tildebyte
parent c00da1702f
commit f25ad03011
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,9 @@
@rem This enables a user to install this project without manually installing conda and git.
echo "Installing InvokeAI.."
echo.
@rem config
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
set INSTALL_ENV_DIR=%cd%\installer_files\env

View File

@ -9,6 +9,8 @@
# This enables a user to install this project without manually installing conda and git.
echo "Installing InvokeAI.."
echo ""
OS_NAME=$(uname -s)
case "${OS_NAME}" in