Invoke is a leading creative engine built to empower professionals and enthusiasts alike. Generate and create stunning visual media using the latest AI-driven technologies. Invoke offers an industry-leading web interface and also serves as the foundation for multiple commercial products.
You can learn more Invoke and our mission by visiting https://www.invoke.com/about, or joining our Discord server!
🌟 What's New in 3.6.3
- Significantly improved generation speeds
- Workflow Library improvements
- New Unified Canvas Hotkeys - Ctrl+Mouse Scroll can now change the brush size!
- Installer & Updater improvements
- Model Manager updates to model conversion and saving
- Faster image saving - see "Other" in Things to Know
‼️ Things to Know:
Possible Update Issues
- When upgrading from 3.4 via the updater script, the UI will not render and will display an error:
{"detail":"Not Found"}
. To fix this error, download the installer and re-run it in the same location as your existing installation.
Invoke might revert to CPU (NVIDIA GPU only)
- Some users have experienced torch reverting to the CPU rather than their GPU. To fix this follow these steps:
- Launch your invoke.bat / invoke.sh and select the option to open the developer console
- Run:
pip install --force-reinstall torch==2.1.2 --index-url https://download.pytorch.org/whl/cu121
- If you run into an error with typing_extensions, run:
pip install -U typing-extensions
- If there is an error with fsspec, run
pip install -U fsspec==2023.5.0
Other
- To take advantage of the image saving speed increase for existing installations, set your
png_compress_level
to 1 in your invoke.yaml file. - Graph data was not being used and is longer saved in the database. You may experience an unusual pause during updating as this is data is deleted.
- Currently known issues:
- Scan for Models is currently disabled due to the Model Manager refactor
💿 Installation and Upgrading:
To install version 3.6.3, please download the zip file at the bottom of the release notes (under "Assets"), unpack it, and then double-click to launch the script install.sh
(Macintosh, Linux) or install.bat
(Windows). Alternatively, you can open a command-line window and execute the installation script directly.
If you already have Invoke version 3.x installed, you can update by running invoke.sh
/ invoke.bat
and selecting "Updated Invoke" to upgrade, or you can download and run the installer in your existing Invoke installation location.
🚨 Please ensure your generation queue has no pending items before upgrading. Pending generations may fail after an upgrade. 🚨
Download the installer: InvokeAI-installer-v3.6.3rc1.zip
💻 Developer Changes
There are a number of important changes for contributors to be aware of.
Model Manager
The Model Manager is partway through a redesign, to make it more capable and maintainable. The redesign will support a much better user experience for downloading, installing and managing models. The changes are in the repo, but implemented separately from the user-facing app.
⚙️ Contributing:
As a community-supported project, we rely on volunteers and enthusiasts for continued innovation and polish. Everything from minor documentation fixes to major feature additions are welcome. To get started as a contributor, please refer to How to Contribute or reach out to imic on Discord!
New Contributors
Full Changelog: v3.6.0...v3.6.3