InvokeAI/installer
Lincoln Stein 30c5a0b067
Interactive configuration (#1517)
* Update scripts/configure_invokeai.py

prevent crash if output exists

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>

* implement changes requested by reviews

* default to correct root and output directory on Windows systems

- Previously the script was relying on the readline buffer editing
  feature to set up the correct default. But this feature doesn't
  exist on windows.

- This commit detects when user typed return with an empty directory
  value and replaces with the default directory.

* improved readability of directory choices

* Update scripts/configure_invokeai.py

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>

* better error reporting at startup

- If user tries to run the script outside of the repo or runtime directory,
  a more informative message will appear explaining the problem.

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2022-11-27 21:29:56 -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 unpinned clip, clipseg, gfpgan and k-diffusion 2022-11-25 04:49:41 +00: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.