v5.4.3rc1
Pre-release
Pre-release
·
3593 commits
to main
since this release
This minor release adds arrow key nudge on Canvas, plus a handful of fixes and enhancements.
Changes
Enhancements
- Add 1-pixel
nudgeto the move tool on Canvas. Use the arrow keys to make fine adjustments to a layer's position. Thanks @hippalectryon-0! - Change the default infill method from
patchmatchtolama. You can usepatchmatch. - Add empty state for Global Reference Images and Regional Guidance Reference Images, similar to the empty state for Control Layers. A blurb directs users to upload an image or drag an image from gallery to set the image.
Fixes
- Soft Edge (Lineart, Lineart Anime) Control Layers default to the Soft Edge filter correctly.
- Remove the nonfunctional
widthandheightoutputs from theImage Batchnode. If you want to usewidthandheightin a batch, route theimagefromImage Batchto anImage Primitivenode, which outputswidthandheight. - Ensure invocation templates have fully parsed before running studio init actions.
Internal
- Add redux actions for support video modal.
Installation and Updating
To install or update, download the latest installer and follow the installation instructions
To update, select the same installation location. Your user data (images, models, etc) will be retained.
What's Changed
- fix(api): make sure Soft Edge Detection has preprocessor applied by @maryhipp in #7360
- fix(ui): disable width and height output on image batch output by @psychedelicious in #7361
- feat(ui): set default infill method to lama by @psychedelicious in #7362
- fix(ui): make sure schema has loaded before trying to load any workflows by @maryhipp in #7364
- feat(ui): add actions for video modal clicks by @maryhipp in #7365
- feat(ui): add empty state for regional guidance ref image by @psychedelicious in #7363
- feat(ui): nudge on canvas by @psychedelicious in #7368
- chore: bump version to v5.4.3rc1 by @psychedelicious in #7369
Full Changelog: v5.4.2...v5.4.3rc1