MFLUX v.0.6.1 Release Notes
Bug Fixes
๐ Image Generation Interruption
- Fixed interruption flow: Properly handles interruptions during image generation, ensuring graceful stops even when no callbacks are registered
- Keyboard interrupt handling: Ensures image generation can be stopped via Ctrl+C in all diffusion model variants (standard Flux, ControlNet, and In-Context LoRA)
- Relocated
StopImageGenerationExceptionfrom stepwise handler to main generation functions for more robust interruption system
Test Stability Improvements
๐งช Test Reliability
- Fixed sporadic test failures: Resolved intermittent failures in auto-seeds test case when using random seed count of 1
- Improved test consistency and reliability
Code Quality Improvements
๐ง Code Standards
- Formatting and linting fixes: Fixed various formatting issues that were missed in the v0.6.0 release
- Enhanced code consistency and maintainability