InvokeAI/installer
Lincoln Stein 813f92a1ae do not install the "update" script
- The update script doesn't work yet, so we shouldn't install it.
- For now, users update by re-running the installer.
2023-02-03 20:26:10 -05:00
..
templates fix bugs in launcher script installation 2023-02-01 19:14:07 -05:00
__init__.py (installer) initial work on the installer 2023-01-28 17:39:32 -05:00
create_installer.sh (installer) fix the create_installer.sh script so it instructs the user to deactivate an active venv 2023-01-30 03:42:27 -05:00
install.bat.in (installer) build .whl and distribute together with the installer; install from bundled .whl by default 2023-01-28 17:39:33 -05:00
install.sh.in (installer) remove unnecessary shell options from the install wrapper script 2023-01-29 20:10:51 -05:00
installer.py do not install the "update" script 2023-02-03 20:26:10 -05:00
main.py add a --find-links argument to import custom wheels 2023-02-01 19:03:15 -05:00
messages.py (installer) clarify user messaging during destination directory selection 2023-02-02 01:03:51 -05:00
readme.txt Add python version warning from the docs 2023-02-02 19:28:49 -05:00
WinLongPathsEnabled.reg Simple Installer for Unified Directory Structure, Initial Implementation (#1819) 2022-12-11 00:37:08 -05:00

InvokeAI

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

Preparations:

  You will need to install Python 3.9 or higher for this installer
  to work. Instructions are given here:
  https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/

  NOTE: At this time we do not recommend Python 3.11. We recommend 
  Version 3.10.9, which has been extensively tested with InvokeAI.
  
  Before you start the installer, please open up your system's command
  line window (Terminal or Command) and type the commands:

     python --version

  If all is well, it will print "Python 3.X.X", where the version number
  is at least 3.9.1, and less than 3.11.

  If this works, check the version of the Python package manager, pip:

     pip --version

  You should get a message that indicates that the pip package
  installer was derived from Python 3.9 or 3.10. For example:
  "pip 22.3.1 from /usr/bin/pip (python 3.9)"

Long Paths on Windows:

  If you are on Windows, you will need to enable Windows Long Paths to
  run InvokeAI successfully. 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.

Launching the installer:

  Windows: double-click the 'install.bat' file (while keeping it inside
  the InvokeAI-Installer folder).

  Linux and Mac: Please open the terminal application and run
  './install.sh' (while keeping it inside the InvokeAI-Installer
  folder).

The installer will create a directory of your choice and install the
InvokeAI application within it. This directory contains everything you need to run
invokeai. Once InvokeAI is up and running, you may delete the
InvokeAI-Installer folder at your convenience.

For more information, please see
https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/