github mflux-community/mflux v.0.11.1
Release 0.11.1

latest releases: v.0.19.1, v.0.19.0, v.0.18.1...
9 months ago

MFLUX v.0.11.1 Release Notes

🎨 New Model Support

  • Qwen Image Edit Support: Added support for the Qwen Image Edit model, enabling natural language image editing capabilities
  • New command: mflux-generate-qwen-edit for image editing with text instructions
  • Multiple image support: Edit images using multiple reference images via --image-paths parameter
  • Model: Uses Qwen/Qwen-Image-Edit-2509 for high-quality image editing
  • Quantization support: Full support for quantized models (8-bit recommended for optimal quality)

🔧 Improvements

  • Dedicated Qwen Image command: Added mflux-generate-qwen as a dedicated command for Qwen Image model generation. The mflux-generate command now only supports Flux models.
  • Image comparison utility refactoring: Refactored image_compare.py into a cleaner class-based structure with static methods
  • Error handling: Moved ReferenceVsOutputImageError to the main exceptions module for better organization

🔄 Breaking Changes

⚠️ Qwen Image Command Change: The Qwen Image model now requires using the dedicated mflux-generate-qwen command instead of mflux-generate --model qwen. This provides better separation between Flux and Qwen model families and improves command clarity.

👩‍💻 Contributors

  • Filip Strand (@filipstrand): Qwen Image Edit model implementation, code refactoring

Don't miss a new mflux release

NewReleases is sending notifications on new releases.