v6.8.0rc1
Pre-releaseThis minor release includes a few QoL enhancements.
Enhancements
- Added a crop tool. For now, it is only enabled for Global Ref Images.
- Click the crop icon on the Ref Image preview to open the tool.
- Adjust the crop box and click apply to save the cropped image for that ref image.
- To revert, open the crop tool, click Reset, then Apply to revert to the original image.
- We'll explore integrating this new tool elsewhere in the app in a future update.
- Improved Model Manager tab UI. Thanks @joshistoast!
- Keyboard shortcuts to navigate prompt history. Use
alt/option+up/downto move through history.
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.
Note: With recent updates to torch, users on older GPUs (20xx and 10xx series) will likely run into issues with installing/updating. We are still evaluating how we can support older GPUs, but in the meantime users have found success manually downgrading torch. Head over to discord if you need help.
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
- fix(ui): do not reset params state on studio init nav to generate tab by @psychedelicious in #8572
- feat(model manager): 💄 refactor model manager ui by @joshistoast in #8564
- Prompt history shortcuts by @hipsterusername in #8571
- feat(ui): crop tool by @psychedelicious in #8562
- chore: prep for v6.8.0rc1 by @psychedelicious in #8574
Full Changelog: v6.7.0...v6.8.0rc1