Skip to content

Release v.0.6.1

Choose a tag to compare

@filipstrand filipstrand released this 11 Mar 07:52
· 344 commits to main since this release
0e9c621

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
  • Enhanced code consistency and maintainability