Skip to content

1.0.0 Support for InvokeAI 2.1

Compare
Choose a tag to compare
@gbtb gbtb released this 03 Dec 04:05
· 32 commits to master since this release
c9db788

This release makes necessary(minor) adjustments to bring in support of InvokeAI 2.1. However, there are some breaking changes in models config and placement that you'll have to do at least semi-manually, and because of that it's major version release imo (even though InvokeAI just went with minor version bump). Release notes from InvokeAI

Upgrade instructions

InvokeAI 2.1 brings support of multiple models, including 1.4, 1.5 and inpainting. Because of that, they've changed expected naming for model weights checkpoint files and added yaml config file to set model settings and file locations.
Here is excerpt from README with necessary instructions:

  • Weights download
    • Built-in way. Inside InvokeAI's directory, run python scripts/preload_models.py to preload main SD weights and support models. (Downloading Stable Diffusion Weighs will require HugginFace token)
    • Manual way. If you obtained SD weights from somewhere else, you can skip their download with preload_models.py. However, you'll have to manually create/edit InvokeAI/configs/models.yaml so that your models get loaded. Some example configs for SD 1.4, 1.5, 1.5-inpainting present in models.example.yaml .