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
mypystatic-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
- Filip Strand (@filipstrand)
- Anthony Wu (@anthonywu)