Another update which adds a few things and fixes a few bugs.
Changes
- (PyTorch) SCUNet architecture support (#2102, thanks @adegerard)
- Threshold node improvements (#2091)
New Nodes
- Generate Threshold (#2096)
- A node to generate the threshold value for the Threshold node.
Bug Fixes
- Fixed Save Image not creating directories correctly (#2099)
- Fixed issue with displaying image previews (#2101)
- Disable multi-instance support on MacOS as it did not work correctly (#2107, thanks @stonerl)
- Display modal overlays on top of toast messages (#2110, #2112, thanks @stonerl)
And thanks to the following maintainers: @RunDevelopment