This update fixes a pretty crucial bug with upscaling images with transparency with PyTorch models.
Important note: I forgot to mention last update to make sure you have the latest Nvidia drivers after you update PyTorch. If your drivers haven't been updated in over a year, PyTorch upscaling might start not working or being extremely slow.
What's Changed
- Better node errors using error messages in output types by @RunDevelopment in #2445
- Add a popup message on start for dependency updates by @joeyballentine in #2453, #2458
Bug Fixes
- Fixed upscaling with transparency by @RunDevelopment in #2457
Other/Dev Changes
- Replace global execution options with node context parameter by @RunDevelopment in #2444
- Use screenToFlowPosition() instead of project() by @joeyballentine in #2459
Full Changelog: v0.21.0...v0.21.1