Skip to content

AIFX v0.2.4 (macOS + Linux + Windows)

Pre-release
Pre-release

Choose a tag to compare

@Julm Julm released this 27 Aug 10:26
· 18 commits to main since this release

Two field-reported plugin fixes, plus the install-scope default inverted.

All three platforms ship this version. Windows caught up with a rebuild —
neither fix was platform-specific, so a Windows workstation was hitting the
MatAnyone2 naming bug on the 0.2.2 build.

Fixed

  • MatAnyone2 rendered every frame and re-imported none. Its workflow was the
    only one of the seven whose SaveEXR node carried version: 0 instead of -1,
    so ComfyUI wrote <basename>_v000.0056.exr while the plugin looked for
    <basename>.0056.exr (no version suffix — the version is already the output
    directory's name). The job completed, the EXRs landed on the share, the host got
    nothing back, and nothing logged an error. Affected all three platforms.
    ⚠️ Outputs already rendered under the old _v000 names will not be found by the
    cache and need re-rendering.

Changed

  • Video MaMa's Max Resolution control is removed from the panel and fixed at
    1024.
    The VideoMaMa sampler misbehaves on Linux for values that are not
    multiples of 1024. The parameter is retained but hidden, so existing projects
    still load; the default moves from 1080 to 1024.
  • System-wide is now the default install scope on both the POSIX script
    (./install.sh, with --user to opt out) and the Windows wizard. Autodesk Flame
    and Flare only scan the machine-wide OFX directory, so the old per-user default
    gave operators a clean "installed" and an empty effects browser.

Windows

Run aifx-0.2.4-windows-setup.exe and accept the default all-users location
(%COMMONPROGRAMFILES%\OFX\Plugins) — the only one Flame and Flare scan. The
installer is unsigned, so SmartScreen shows "Windows protected your PC": click
More info → Run anyway. The zip is the manual alternative — unpack the
.ofx.bundle folders into the same directory.

Target machines need the Microsoft Visual C++ Redistributable (x64).

Known issue — macOS blocks the installer

The .dmg is not yet 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.4-macos-universal.tar.gz
cd AIFX-0.2.4-macos-universal
./install.sh              # /Library/OFX/Plugins — required for Flame / Flare

Linux

tar xzf aifx-0.2.4-linux-x86_64.tar.gz
cd AIFX-0.2.4-linux-x86_64
./install.sh              # /usr/OFX/Plugins — required for Flame / Flare

SHA-256

84c8a648ee3186cf14bc4d2fd60203c5a7d31bbee2c4706e2ee7805ac5231dfa  aifx-0.2.4-macos-installer.dmg
f1cc3f32e9773b414f39fa23f854dd9d1e4b50a4610a379131e1fcc5ee1b6673  aifx-0.2.4-macos-universal.tar.gz
f0d8aca5d9c85b4a3e1914ae454ad50ac6e8ed03a42ef45c63d2f485f9542fc6  aifx-0.2.4-linux-x86_64.tar.gz
fc3c00eb6120cee5353818f906b841af1958cb19c7f0a286fb888532db4f6c86  aifx-0.2.4-windows-setup.exe
a72f7c09830ecacb316c736a7c893f011ab0f66d55c65cf2f4ba4cbfceafd17c  aifx-0.2.4-windows-x86_64.zip