InvokeAI/source_installer
Lynne Whitehorn 4d76116152 Update invoke.bat.in isolate environment variables
Without locally scoped (to the script) environment variables, this script can only be run once and then you need to start a new cmd session to get a clean environment.

Surrounding the script with setlocal/endlocal achieves this.

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/setlocal
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/endlocal
2022-12-07 17:45:19 -05:00
..
2022-12-02 12:53:13 -05:00

InvokeAI

Project homepage: https://github.com/invoke-ai/InvokeAI

Installation on Windows:
 You may need to enable Windows Long Paths to install InvokeAI. If you're not
 sure what this is, you almost certainly need to do this. Simply double-click the
 "WinLongPathsEnabled.reg" file located in this directory, and approve the Windows
 warnings. Note that you will need to have admin privileges in order to do this.
 
 Then double-click the 'install.bat' file (while keeping it inside the invokeAI folder).

Installation on Linux and Mac:
 Please open the terminal, and run './install.sh' (while keeping it inside the invokeAI folder).

After installation, please run the 'invoke.bat' file (on Windows) or 'invoke.sh' file (on Linux/Mac) to start InvokeAI.