Skip to content

AbstractVision v0.3.20

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:18
· 7 commits to main since this release
  • Runtime dependency: raise the MLX-Gen optional runtime floor to mlx-gen>=0.18.10,<0.19.0 so Apple Silicon installs pick up the current capability planner, shared image/video progress events, and multi-reference edit routing.
  • MLX-Gen progress: surface image generation and image edit progress through backend *_with_progress(...), Python/Core on_progress(event) callbacks, and opt-in one-shot CLI --progress flags while preserving video progress availability for shell, Python, and AbstractCore callers.
  • MLX-Gen progress semantics: align normalized video progress, the CLI display, and backend progress-bar callbacks with MLX-Gen denoise-step progress while retaining video frame counters as contextual event fields.
  • MLX-Gen multi-reference edits: allow FLUX.2 and Qwen Image Edit requests to pass additional reference images through extra.reference_images / CLI --reference-image, and mark the supported model task metadata accordingly.
  • Docs/tests: document image/edit/video progress across CLI, Python, and AbstractCore plugin calls; add propagation coverage for manager, CLI, plugin, Flux.2 multi-reference edit paths, and MLX-Gen denoise-step video progress normalization.
  • Examples: add a bundled MLX-Gen local example gallery with copy-paste image/edit/video commands, generated PNG/MP4 outputs, contact sheet, manifest, and AbstractCore plugin progress-event capture.