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-editfor image editing with text instructions - Multiple image support: Edit images using multiple reference images via
--image-pathsparameter - Model: Uses
Qwen/Qwen-Image-Edit-2509for 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-qwenas a dedicated command for Qwen Image model generation. Themflux-generatecommand now only supports Flux models. - Image comparison utility refactoring: Refactored
image_compare.pyinto a cleaner class-based structure with static methods - Error handling: Moved
ReferenceVsOutputImageErrorto 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