mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
- 'install'/'invoke' scripts: use venv 'activate' script - 'setup.py': - make 'install_requires" accurate - add more details for eventual use in pypi - 'invoke' scripts: "developer" console invocation simplified/better logging - requirements: - move 'clipseg' package out of installer and into requirements where it should be - bump/pin 'accelerate' package to 0.14.0 to bypass torch 1.13 SIGKILL issue on Windows (prep for when we decide to upgrade) - 'requirements.in': pin torch as well to reduce pip-compile's confusion - notebooks: delete unused/deprecated notebook installer Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
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.