InvokeAI/installer
Lincoln Stein 8423be539b
tweak setup and environment files for linux & pypatchmatch (#1580)
* tweak setup and environment files for linux & pypatchmatch

- Downgrade python requirements to 3.9 because 3.10 is not supported
  on Ubuntu 20.04 LTS (widely-used distro)
- Use our github pypatchmatch 0.1.3 in order to install Makefile
  where it needs to be.
- Restored "-e ." as the last install step on pip installs. Hopefully
  this will not trigger the high-CPU hang we've previously experienced.

* keep windows on basicsr 1.4.1

* keep windows on basicsr 1.4.1

* bump pypatchmatch requirement to 0.1.4

- This brings in a version of pypatchmatch that will gracefully
  handle internet connection not available at startup time.
- Also refactors and simplifies the handling of gfpgan's basicsr requirement
  across various platforms.
2022-11-28 20:22:31 -05:00
..
create_installers.sh merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
install.bat Interactive configuration (#1517) 2022-11-27 21:29:56 -05:00
install.sh Interactive configuration (#1517) 2022-11-27 21:29:56 -05:00
invoke.bat toil(invoke): more meaningful messaging 2022-11-20 12:23:20 -05:00
invoke.sh toil(invoke): more meaningful messaging 2022-11-20 12:23:20 -05:00
py3.10-darwin-arm64-mps-reqs.txt hotfix(unified install): last minute changes missing from PR #1506 2022-11-20 12:23:20 -05:00
py3.10-darwin-x86_64-cpu-reqs.txt hotfix(unified install): last minute changes missing from PR #1506 2022-11-20 12:23:20 -05:00
py3.10-linux-x86_64-cuda-reqs.txt hotfix(unified install): last minute changes missing from PR #1506 2022-11-20 12:23:20 -05:00
py3.10-windows-x86_64-cuda-reqs.txt hotfix(unified install): last minute changes missing from PR #1506 2022-11-20 12:23:20 -05:00
readme.txt merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
requirements.in tweak setup and environment files for linux & pypatchmatch (#1580) 2022-11-28 20:22:31 -05:00
WinLongPathsEnabled.reg merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00

InvokeAI

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

Installation on Windows:
    NOTE: You might need to enable Windows Long Paths. If you're not sure,
    then you almost certainly need to. Simply double-click the 'WinLongPathsEnabled.reg'
    file. Note that you will need to have admin privileges in order to
    do this.

    Please 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.