Skip to content

AbstractVision v0.3.13

Choose a tag to compare

@github-actions github-actions released this 23 May 17:35
· 16 commits to main since this release
  • MFLUX edits: enable image_to_image for the curated FLUX.2 klein presets (flux2-klein-4b, flux2-klein-9b) so they surface in the playground edit UI and can be called through VisionManager.edit_image(...) (mask edits are not supported yet).
  • Request normalization: map edit strength into the underlying MFLUX image_strength parameter and infer width/height from the input image when omitted so the UI/CLI behave consistently across backends.
  • macOS GGUF policy: re-enable stable-diffusion.cpp GGUF presets on Apple Silicon by default and add an explicit opt-out (ABSTRACTVISION_DISABLE_GGUF_ON_MACOS=1) to hide GGUF catalog entries and reject GGUF execution for operators who want that behavior.
  • Docs/tests: refresh README + core docs for the new MFLUX edit surface and the GGUF opt-out, and expand regression coverage for catalog surfacing and edit parameter plumbing.