Skip to content

AbstractVision v0.3.16

Choose a tag to compare

@github-actions github-actions released this 26 May 15:16
· 13 commits to main since this release
  • MLX-Gen video progress: surface Wan text_to_video / image_to_video progress events through one-shot abstractvision t2v / i2v, interactive /t2v / /i2v, and Python/Core on_progress(event) callbacks.
  • Backend API: add normalized VideoProgressEvent objects with phase, frame, total frame, step, total step, and progress fields while preserving backend *_with_progress(...) two-argument callbacks for generic progress bars.
  • Capability filtering: keep Diffusers task support aligned with backend-specific registry requirements so MLX-Gen-only edit paths do not leak into Diffusers capability reports.
  • AbstractCore integration: forward on_progress through plugin t2v / i2v requests so gateway/runtime callers can observe local MLX-Gen video runs without hardcoded backend plumbing.
  • Docs/tests: document video progress usage across shell, REPL, Python, and AbstractCore examples; expand regression coverage for MLX-Gen progress bridging and quiet CLI flags.