InvokeAI/installer
Lincoln Stein 6bc11bfd3f
Test installer (#1618)
* test linux install

* try removing http from parsed requirements

* pip install confirmed working on linux

* ready for linux testing

- rebuilt py3.10-linux-x86_64-cuda-reqs.txt to include pypatchmatch
  dependency.
- point install.sh and install.bat to test-installer branch.

* Updates MPS reqs

* detect broken readline history files

* fix download.pytorch.org URL

* Test installer (Win 11) (#1620)

Co-authored-by: Cyrus Chan <cyruswkc@hku.hk>

* Test installer (MacOS 13.0.1 w/ torch==1.12.0) (#1621)

* Test installer (Win 11)

* Test installer (MacOS 13.0.1 w/ torch==1.12.0)

Co-authored-by: Cyrus Chan <cyruswkc@hku.hk>

* change sourceball to development for testing

* Test installer (MacOS 13.0.1 w/ torch==1.12.1 & torchvision==1.13.1) (#1622)

* Test installer (Win 11)

* Test installer (MacOS 13.0.1 w/ torch==1.12.0)

* Test installer (MacOS 13.0.1 w/ torch==1.12.1 & torchvision==1.13.1)

Co-authored-by: Cyrus Chan <cyruswkc@hku.hk>

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
Co-authored-by: Cyrus Chan <82143712+cyruschan360@users.noreply.github.com>
Co-authored-by: Cyrus Chan <cyruswkc@hku.hk>
2022-11-29 15:05:43 -05:00
..
create_installers.sh merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
install.bat Test installer (#1618) 2022-11-29 15:05:43 -05:00
install.sh Test installer (#1618) 2022-11-29 15:05:43 -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 Test installer (#1618) 2022-11-29 15:05:43 -05:00
py3.10-darwin-x86_64-cpu-reqs.txt Test installer (#1618) 2022-11-29 15:05:43 -05:00
py3.10-linux-x86_64-cuda-reqs.txt Test installer (#1618) 2022-11-29 15:05:43 -05:00
py3.10-windows-x86_64-cuda-reqs.txt Test installer (#1618) 2022-11-29 15:05:43 -05:00
readme.txt merge release-candidate-1-3-2 into main. 2022-11-12 17:17:07 +00:00
requirements.in Test installer (#1618) 2022-11-29 15:05:43 -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.