mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
- Loader is renamed `configure_invokeai.py`, but `preload_models.py` is retained (as a shell) for backward compatibility - At startup, if no runtime root directory exists and no `.invokeai` startup file is present, user will be prompted to select the runtime and outputs directories. - Also expanded the number of initial models offered to the user to include the most "liked" ones from HuggingFace, including the two trinart models, the PaperCut model, and the VoxelArt model. - Created a configuration file for initial models to be offered to the user, at configs/INITIAL_MODELS.yaml
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.