Skip to content

AIFX v0.2.6

Pre-release
Pre-release

Choose a tag to compare

@Julm Julm released this 03 Sep 15:24
· 3 commits to main since this release

The MatAnyone2 pipeline no longer needs a custom ComfyUI node to pick its
reference frame.

All three platforms ship this version. The change is not platform-specific;
Windows was rebuilt from the 0.2.6 tree on 2026-09-03.

Changed

  • MatAnyone2 no longer depends on the custom Frame Select node. The
    reference frame handed to SAM3 is now picked with ComfyUI's native
    ImageFromBatch (node 197, batch_index + length: 1) instead of the
    custom Frame Select node (node 179, select). That is the whole point of
    the swap: one less custom node on the ComfyUI server that can go missing or
    break on an update. MatteMaMa and SegmentationSAM3 already used
    ImageFromBatch, so all three plugins now pick their reference frame the same
    way.

    The Reference Frame parameter is unchanged and existing projects load as
    before. Both code paths were updated — the built-in workflow and the bundled
    resources/workflow/matte_ma2.json template — so a custom workflow file keeps
    working too.

    ⚠️ One behavioural caveat. ImageFromBatch.batch_index is 0-indexed. If
    the custom Frame Select node's select input was 1-indexed, the same
    Reference Frame value now selects the frame before the one it used to.
    Worth one confirming render on a shot where the detection is obvious.

Known issue — macOS blocks the installer

The .dmg is not notarised, so macOS 15+ refuses to launch the wizard. Use the
tarball's install.sh instead — a script run from a terminal is never
gatekeeper-assessed:

tar xzf aifx-0.2.6-macos-universal.tar.gz
cd AIFX-0.2.6-macos-universal
./install.sh              # /Library/OFX/Plugins — required for Flame / Flare

The Windows setup.exe is unsigned, so SmartScreen may warn on first run:
More info → Run anyway.

SHA-256

8ae30d83020d16e5438d91f1d8d5a106f85b14b247992afa0b3c00ab741ac767  aifx-0.2.6-macos-installer.dmg
c14eb971b0a8b71c7717c4564660258aa182642d9ef08d200c7e5a2e4ba2b22c  aifx-0.2.6-macos-universal.tar.gz
f5a721470bac637270b65228b191f0c083787839895d0aa952e3c724c5a4bcde  aifx-0.2.6-linux-x86_64.tar.gz
03a499093b5d5bec1ed1eb1722e41fa48fd2701bef3d424e0b9dcfb4d85c347c  aifx-0.2.6-windows-setup.exe
3bf37995e09a8d9cd46946f1a2989dfa25a95dabb619c60f478880eb84df7c59  aifx-0.2.6-windows-x86_64.zip