Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 1.69 KB

joliGEN: Generative AI Toolset (Changelog)

3.0.0 (2024-02-02)

Features

  • api inference for gan and diffusion (6fd43d8)
  • inference server option returns base64 image (5bc8f44)
  • ml: consistency models as diffusion models for inpainting, with conditioning (de9d725)
  • scripts: canny thresholds grid plots (6d94ffa)
  • specialized helpers for each model (f361414)

Bug Fixes

  • correct help for image generation scripts (76ce6b4)
  • enable model export during training (79525b8)
  • not force reloading dinov2 models (800967d)
  • ref_in option (2927574)
  • resize image to test base64 api diffusion (2708a6f)
  • scripts: bdd100k bboxes coordinates in the right order (1e70740)