Changes
- Support for AI Toolkit FLUX LoRAs. Thanks @keturn!
- Fixed
AttributeError: module 'cv2.ximgproc' has no attribute 'thinning'
error, which could occur when using Control Layers. - Added SDXL IP Adapter Plus to starter models.
- Gallery search supports image creation dates. Thanks @dunkeroni!
- Improved JSON formatting. Thanks @j-brooke!
- Fixed (hopefully) a rare
ValidationError
during generation/dequeuing, as seen in #7950. - Support for CUDA devices in slots 2 and above. Thanks @heathen711!
- Internal: Use
warning
instead ofwarn
, fixing deprecation message. Thanks @emmanuel-ferdman! - Improved memory usage behaviour, reducing peak RAM usage due to memory fragmentation.
Installing and Updating
The Invoke Launcher is the recommended way to install, update and run Invoke. It takes care of a lot of details for you - like installing the right version of python - and runs Invoke as a desktop application.
Follow the Quick Start guide to get started with the launcher.
If you don't want to use the launcher, or need a headless install, you can follow the manual install guide.
What's Changed
- Make image creation dates searchable in the gallery by @dunkeroni in #8089
- Add Precise Reference to SDXL Starter Models by @hipsterusername in #8088
- fix: opencv dependency conflict by @psychedelicious in #8095
- disable publish and cancel buttons once it begins by @maryhipp in #8097
- fix(app): error on upload + resize for unusual image modes by @psychedelicious in #8096
- perf(app): reduce peak memory usage by @psychedelicious in #8090
- Migrate to modern logger interface by @emmanuel-ferdman in #8100
- fix(app): guard against possible race conditions during enqueue by @psychedelicious in #8098
- Updated fracturedjsonjs to version 4.1.0 for friendlier comma placement by @j-brooke in #8106
- feat(LoRA): support AI Toolkit LoRA for FLUX by @keturn in #8071
- chore: prep for v5.15.0 by @psychedelicious in #8104
- Update supported cuda slot input. by @heathen711 in #8107
New Contributors
- @j-brooke made their first contribution in #8106
- @heathen711 made their first contribution in #8107
Full Changelog: v5.14.0...v5.15.0