Skip to content

Release 0.9.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:42
· 214 commits to main since this release
b86a5ba

MFLUX v.0.9.1 Release Notes

🛠️ Dependency Fixes

  • Restricted MLX dependency upper bound to 0.26.1 (mlx>=0.22.0,<=0.26.1) to prevent incompatibility issues with MLX 0.26.2.

🎨 Inpaint Mask Tool Improvements

  • Enhanced interactive inpaint masking tool with additional shape options (ellipse, rectangle, and free-hand drawing).
  • Added eraser mode for precise mask corrections.
  • Implemented undo/redo history for non-destructive editing when crafting masks.

👩‍💻 Developer Experience

  • Introduced initial mypy static-type checking configuration and performed a first round of type-hint clean-up across the codebase.
  • Upgraded pre-commit hooks and addressed newly surfaced lint warnings for a cleaner commit experience.

Contributors