Skip to content

Releases: filipstrand/mflux

v.0.4.1

29 Oct 19:38
Compare
Choose a tag to compare

Fix img2img for non-square image resolutions

v.0.4.0

28 Oct 18:49
Compare
Choose a tag to compare

Features

  • Img2Img Support: Introduced the ability to generate images based on an initial reference image.
  • Image Generation from Metadata: Added support to generate images directly from provided metadata files.
  • Progressive Step Output: Optionally output each step of the image generation process, allowing for real-time monitoring.

Developer Experience Improvements

  • Enhanced Command-Line Argument Handling: Improved parsing and validation for command-line arguments.
  • Automated Testing: Added automatic tests for image generation and command-line argument handling.
  • Pre-Commit Hooks: Integrated pre-commit hooks with ruff, isort, and typo checks for better code consistency.

v.0.3.0

24 Sep 15:43
Compare
Choose a tag to compare
  • ControlNet Canny support
  • Enhanced dev experience with uv, ruff, makefile, pre-commit, and more.
  • Ability to export quantized model with LoRA weights baked in.
  • Official MIT license is in place.

v0.2.1

14 Sep 13:00
Compare
Choose a tag to compare

Better LoRA support

v0.2.0

07 Sep 09:11
0a90939
Compare
Choose a tag to compare
  • Official PyPI release: pip install mflux -- Big thanks to @deto for letting us have this name!
  • New commands:
    • mflux-generate for generating an image
    • mflux-save for saving a quantized model to disk
  • Support for quantized models (4 bit and 8 bit)
  • Support for loading trained LoRA weights
  • Automatically saves metadata when saving an image