mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
0340d9ad53
- install scripts: - allow EN-abling pip cache (use 'use-cache' as an arg to the install script) - debug message showing which sourceball we're downloading - add 'wheel' to pip update, so we can speed up installs from source (and quiet deprecations) - install.sh: use absolute path for micromamba - setup.py: - fill 'install_requires' using 'requirements.in' - fix 'load_models' script name Signed-off-by: Ben Alkov <ben.alkov@gmail.com> |
||
---|---|---|
.. | ||
create_installers.sh | ||
install.bat | ||
install.sh | ||
invoke.bat | ||
invoke.sh | ||
py3.10-darwin-arm64-mps-reqs.txt | ||
py3.10-darwin-x86_64-cpu-reqs.txt | ||
py3.10-linux-x86_64-cuda-reqs.txt | ||
py3.10-windows-x86_64-cuda-reqs.txt | ||
readme.txt | ||
requirements.in | ||
WinLongPathsEnabled.reg |
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.