Skip to content

v3.0.5 — A2V kwarg signature shim

Choose a tag to compare

@mrbizarro mrbizarro released this 31 May 07:30
· 25 commits to main since this release

Targeted fix for the M5 user (#5).

Fixed

  • `combined_image_conditionings() got an unexpected keyword argument 'frame_rate'` on installs whose upstream `ltx-2-mlx` is past v0.14.0. Some v0.14.x point release dropped the `frame_rate` kwarg; our 2026-05-13 patch was still forwarding it, so any I2V / A2V job crashed at the conditioning step.

The wrapper now probes the live signature once and routes accordingly — forwards `frame_rate` iff the upstream function accepts it, strips otherwise. Works for both pre- and post-removal upstreams.

Update

Update once from the Phosphene tile. If you're on anything older than v3.0.1, Update twice.