InvokeAI/installer
Damian Stewart 7d262fc158
Fix macOS install.sh by patching sysconfig (#1488)
On macOS, patch python sysconfig just before creating the venv so that
extensions (greenlet & grpcio) can build.

Ref https://github.com/indygreg/python-build-standalone/issues/103, in
particular the solution from @alecthomas posted here:
https://github.com/indygreg/python-build-standalone/issues/103#issuecomment-1234942425

To use: checkout, cd into `installer`, run `create_installers.sh`, copy
`InvokeAI-mac.zip` into an empty folder outside of your existing
invokeAI install, unzip it and run `install.sh`.
2022-11-17 22:34:23 +01:00
..
create_installers.sh merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
install.bat Merge branch 'development' into sync-dev-with-main 2022-11-13 21:51:17 +00:00
install.sh patch python sysconfig so that extensions (greenlet & grpcio) can build 2022-11-15 18:41:58 +01:00
invoke.bat merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
invoke.sh merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
py3.10-darwin-arm64-mps-reqs.txt merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
py3.10-darwin-x86_64-cpu-reqs.txt merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
py3.10-linux-x86_64-cuda-reqs.txt merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
py3.10-windows-x86_64-cuda-reqs.txt merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
readme.txt merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
requirements.in Unpin picklescan req and cleanup 2022-11-16 23:02:35 -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.