Skip to content

v11.3.0

Choose a tag to compare

@danactive danactive released this 23 Jun 05:52
· 173 commits to main since this release

Features

  • Admin > Resize: Move HEIFs to raws folder too (6ae8ab5)
  • Admin > Walk: Display aesthetic score per thumb (50ee360)
  • Aesthetic Scorer: Add new API route; Enhance load weights for multiple filenames (cded075)
  • Aesthetic Scorer: Change aesthetic scoring API using OpenAI CLIP ViT-B/16 and regression head (bacfa27)
  • Aesthetic Scorer: Slower response due to one CPU to be deterministic; Add unit tests (9ebbb47)
  • Image Classifier: Add Makefile; Adjust weights loader so repo and filenames are passed as args (untested) (52dcbcd)
  • Image Classifier: Improve error logging and move classifier code to own module (1d1201f)
  • Unit test: Add vitest for ESM mocking since Jest does not support (0c360f8)

Bug Fixes