This hotfix update attempts to fix a few issues reported in the last update. Apologies to anyone affected by these things.
Bug Fixes
- Fix pasteboard install on M1 macOS causing crash on startup (#963)
- We did not realize after adding a new required dependency for the Copy to Clipboard node that the pasteboard package is only built for x64 macOS. I'm working out how to add support for pre-built arm64 wheels, but for now pasteboard just won't try to install on M1. This means copy to clipboard won't work on that platform while we work this out.
Fix PyTorch's Convert to ONNX node (#962)This node was accidentally not updated after a separate ONNX fix, and therefore connecting the resulting model to any of the ONNX inputs caused an error. This has been resolved- This was discovered to still have an issue. Working on it now.
- Fixed Shift node output typing (#966) (thanks @RunDevelopment)
Other
- Better generated error reports (#957) (thanks @RunDevelopment)
- Generates better error reports when a crash happens in the main process. This is more of a helpful feature for us devs rather than for the end user.
- Lower VRAM cap slightly (#967)
- Got a report saying PyTorch was hogging more VRAM than it should have been, so I've decreased the value I increased last update. It's still more than it was in 0.12.4, but hopefully now it's at just the right place for a balance of optimal performance and stability.