This is a beta release. There may be some hiccups, but overally, it is purring along nicely.
Changes since v4.2.0a4
- Initial image support in Control Layers, no more dedicated tab
- Tabs renamed to
Generation
,Canvas
,Workflows
,Models
andQueue
- Refactored internal handling of control layers, which fixes all reported UI errors
- T2I Adapter support in Control Layers
- FF v125 bug fixed
- Add TCD scheduler @l0stl0rd
- Image viewer updates
- Fixed Control Adapter processors' image size constraints
- Metadata recall for Control Layers
- Many small and not-particularly-memorable bugfixes
๐งช Control Layers
Control Layers give you control over specific areas of the image. Draw a mask and set a positive prompt, negative prompt, or any number of IP Adapters to be applied to the masked region. Control Adapters (ControlNet & T2I Adapters) and the Initial Image are visualized on the canvas.
Full documentation to be included with the full release.
Your feedback is greatly appreciated as we continue to iterate on Control Layers.
๐ Known Issues
- The viewer stays open after using
Send to Image to Image
,Send to Unified Canvas
, and doing anything that adds a layer. - If you spam the viewer button (or hold down the hotkey
z
), it can get stuck. If you run into this, you'll need to reset the UI to fix it. This will be fixed in the next release.
โ Updating from v4.2.0a4
You may get a white screen on first launch, if you were testing the alpha release. This won't be a problem for users updating from the last stable release (v4.1.0). If you encounter this, follow these steps to reset the browser storage:
- Start the app and get to the blank screen
- Open your browser's dev tools
- Open the JS console
- Paste and run this command to delete the browser storage:
indexedDB.deleteDatabase('invoke')
- Refresh the page
๐ Patch Nodes for v4.2.0
Enhancements
- Control Layers
- Add TCD scheduler @l0stl0rd
- Image viewer updates
Fixes
- Fixed inpainting models on canvas
- IP Adapter starter models fixed
- Fixed bug where temp files (tensors, conditioning) aren't cleaned up properly
- FIxed trigger phrase form submit @joshistoast
- Fixed SDXL Checkpoint Inpainting models
- Fixed installing models on external SSDs on macOS
- Fixed Control Adapter processors' image size constraints
๐พ Installation and Updating
To install or update to v4.2.0b1, download the installer and follow the installation instructions.
To update, select the same installation location. Your user data will not be touched.
Missing models after updating from v3 to v4
See this FAQ.
What's Changed
- Add TCD scheduler by @l0stl0rd in #6086
- feat(ui): refactor Control Adapters in Control Layers by @psychedelicious in #6298
- fix(nodes): fix constraints in cnet processors by @psychedelicious in #6299
- feat(ui): CL metadata, viewer, img2img by @psychedelicious in #6300
- chore: v4.2.0b1 by @psychedelicious in #6303
New Contributors
Full Changelog: v4.2.0a4...v4.2.0b1