mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-22 21:08:08 -05:00
- Moved all postinstallation config file and model munging code out of the CLI and into a separate script named `invokeai-postinstall` - Fixed two calls to `shutil.copytree()` so that they don't try to preserve the file mode of the copied files. This is necessary to run correctly in a Nix environment (see thread at https://discord.com/channels/1020123559063990373/1091716696965918732/1095662756738371615) - Update the installer so that an existing virtual environment will be updated, not overwritten. - Pin npyscreen version to see if this fixes issues people have had with installing this module.