Skip to content

v.0.4.0

Compare
Choose a tag to compare
@filipstrand filipstrand released this 28 Oct 18:49
· 6 commits to main since this release

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.