Skip to content

Alpha v0.12.4

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 18:40
· 1379 commits to main since this release

This is another smaller update that adds a couple of new things and fixes a few bugs.

New Features

  • GPU Selector for PyTorch & NCNN (#919)
    • Long overdue, now you can select what GPU you want to use for PyTorch or NCNN. This is great for NCNN users as now you can have chaiNNer use your dedicated GPU instead of defaulting to your integrated GPU.
    • This is in the "Python" tab in settings, in the PyTorch and NCNN sub-tabs
    • If you have any issues that seem to stem from this change, please let me know.

Bug Fixes

  • Fixed loading RealESRGAN model loading at scales other than 4x (tested with 8x and 2x) (#921)

New Nodes

  • Resize to Side (#910) (thanks @BigBoyBarney)
    • Lets you resize conditionally based on the properties of the images

Changes

  • Moved CPU & FP16 settings to the PyTorch sub-tab of the Python tab in settings
  • Added icons to settings tabs (#922)
  • Added modulo operator to Math node (#908)