Skip to content

Alpha v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 05:03
· 2050 commits to main since this release
2ba760b

This update mainly addresses issues and bugs users were facing, as well as introduces a few quality of life improvements.

Dependency Updates:

  • Updated OpenCV-Python, Pillow, and NumPy dependencies to their latest versions.

Features:

  • Relative path support to Load Image and Save Image nodes for subdirectory preservation (thanks @theflyingzamboni).
  • Automatic Param/Bin selection for NCNN's Load Model node on change of one.
  • New "Preview Image" node. This is a replacement for the existing Preview Image node that opens up the image in your default photo viewer. This is my fix for those who were having trouble with the current Preview Image node on Linux. Plus, any image viewer is going to be better than what it was using before. Note: This node has the ability to open multiple windows simultaneously, so be careful when using it in an iterator.

Bug Fixes:

  • Fixed Image File Iterators only running on PNGs and JPEGs. Now they will run with any supported image type.
  • Fixed CUDA being required for ONNX model conversion.
  • Fixed CUDA not being detected for certain GPUs.
  • Fixed images with uppercase filenames not being loaded properly in Load Image.
  • Fixed the iterator progress bar not properly updating.