InvokeAI/installer
ddm21 bdf4fcda23 Fixed 404 error on latest release link (line 16):
This commit corrects a broken link on line 16 that was pointing to the latest release but causing a 404 error (page not found) when clicked. The issue was identified as a trailing dot at the end of the URL, which has now been removed. This ensures users can access the intended latest release page.
2024-07-07 08:35:06 -07:00
..
lib fix: use locale encoding 2024-04-04 15:30:47 +11:00
templates Fixed 404 error on latest release link (line 16): 2024-07-07 08:35:06 -07:00
create_installer.sh feat(installer): do not delete dist/ 2024-02-29 21:57:20 -05:00
install.bat.in docs: merge INSTALL_TROUBLESHOOTING into FAQ 2024-03-27 18:59:55 +05:30
install.sh.in update requirements to python 3.10-11 2023-10-17 19:30:31 +11:00
readme.txt update requirements to python 3.10-11 2023-10-17 19:30:31 +11:00
tag_release.sh feat(installer): remove vX-latest from tag_release 2024-02-29 21:57:20 -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.10 or higher for this installer
  to work. Instructions are given here:
  https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/

  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.10.*, and not higher 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.10 or 3.11. For example:
  "pip 22.0.1 from /usr/bin/pip (python 3.10)"

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/