You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
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 StopImageGenerationException from 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