AIFX v0.2.2 (macOS + Linux + Windows)
Pre-releaseField fixes from the first Flare/macOS deployment. All three platforms are on
0.2.2 — macOS, Linux and Windows binaries were all re-cut for this release.
Fixed
Renders produced no output
All seven workflows sent create_path_if_missing: true to the SaveEXR node,
which current builds of that ComfyUI custom node reject — the job ran and
nothing came back. Now false everywhere, in both the bundled workflow
templates and the hardcoded fallbacks.
This affects every platform — the Linux and Windows builds shipped here carry
the same fix. If you are still running 0.2.1 or earlier on any OS, renders will
produce nothing.
Nothing is lost by this: the plugin already creates the full
out/<project>/<workflow>/<version> tree itself before submitting, and fails
loudly if it cannot. Changed in all seven plugins, not just the four reported —
the SaveEXR node is identical across them, so the rest would fail the same way
as soon as they were exercised.
The installer put plugins where Flame and Flare cannot see them
It defaulted to ~/Library/OFX/Plugins, which Autodesk's hosts do not scan, and
the system-wide option was never actually implemented. The install reported
success and the plugins never appeared in the host.
System-wide now works: the installer stages the patched bundles in a temp
directory, then copies them into /Library/OFX/Plugins through one macOS
authorisation prompt. It is the new default, and the location picker states
which hosts read each directory.
If you are upgrading from an earlier install, remove the old per-user copies:
rm -rf ~/Library/OFX/Plugins/{DepthAnything3,DepthCrafter,MatteMA2,MatteMaMa,NormalCrafter,SegmentationSAM3,UpscaleSeedVR2}.ofx.bundleThe installer's progress bar stayed at 0%
The engine ran every file operation on the main actor, so SwiftUI never got to
redraw until the whole install had finished. Per-bundle work now runs off the
main actor and the bar advances as it goes.
The DMG would not open on some Macs
hdiutil defaults to APFS on a recent build host, and an APFS disk image does
not mount on macOS 10.12 or earlier — silently, so double-clicking appears to do
nothing. The image is now HFS+.
Not a bug: Depth Anything 3 has no "Collect & Process" button
DA3 is the only per-frame plugin — monocular depth, each frame independent, so
there is nothing to batch. Its panel shows an Enable Processing toggle
instead. Every other plugin is sequence-based and shows Collect & Process.
Known issue — macOS blocks the installer
The .dmg is not yet signed with an Apple Developer ID, so macOS 15 (Sequoia)
and later refuse to launch it: "Apple could not verify 'AIFX Installer.app' is
free of malware". Neither right-click → Open nor the Open Anyway button
is offered for an unsigned app. Copy the app out of the read-only DMG and clear
the quarantine flag:
cp -R "/Volumes/AIFX 0.2.2/AIFX Installer.app" /Applications/
xattr -dr com.apple.quarantine "/Applications/AIFX Installer.app"
open "/Applications/AIFX Installer.app"The .tar.gz contains no app and is unaffected.
Known issue — Windows SmartScreen warns on the installer
aifx-0.2.2-windows-setup.exe is not code-signed, so SmartScreen shows "Windows
protected your PC" on first run. Click More info → Run anyway, or verify the
SHA-256 below and use the .zip instead (copy the seven .ofx.bundle folders to
C:\Program Files\Common Files\OFX\Plugins\).
Verifying the install
tools/verify-ofx-abi.shAll seven bundles should report OK — 0.2.2. On Windows the script does not
apply — check that each installed bundle's Contents\Resources\aifx-build.txt
reads version=0.2.2.
Full changelog: https://github.com/Dev-Reepost/aifx/blob/v0.2.2/CHANGELOG.md
SHA-256
14bd091f812005fc4d241952bf0bb76296555e6374eb2cd1d987a5ed8d483487 aifx-0.2.2-linux-x86_64.tar.gz
edff9979e19d069e54d2ec3121b09ee1a9838fd803fcde48825758d8e1aff1ce aifx-0.2.2-macos-installer.dmg
1a7ff10c49e73d0864d8731d922a885daa9781c968a8a9edaa3538e4327ab5f3 aifx-0.2.2-macos-universal.tar.gz
7ce6a45aee5b8c7bb37a7a00bb498a047ee630aec4a8f227f7c5b72ce02cc821 aifx-0.2.2-windows-setup.exe
b1881a950ea29a85609a2b20d62d98f46571421432d2ab26c2d2288879aa91a8 aifx-0.2.2-windows-x86_64.zip