github immich-app/immich v1.75.0

latest releases: v1.115.0, v1.114.0, v1.113.1...
13 months ago

v1.75.0

Breaking Changes ⚠️

Warning

  • To disable machine learning now, use IMMICH_MACHINE_LEARNING_ENABLED=false
    (previously IMMICH_MACHINE_LEARNING_URL=false)

  • Sentence-Transformers is no longer used for CLIP models, users who set MACHINE_LEARNING_CLIP_IMAGE_MODEL or MACHINE_LEARNING_CLIP_TEXT_MODEL must migrate to one of the ViT-B models listed here, with the caveat that OpenCLIP models will require running CLIP on all images since the embeddings are incompatible.

Highlights

Welcome to release v1.75.0 of Immich. There are many improvements in this version that you will like. Some of the key highlights include:

  • Add the ability to use a configuration file for bootstrapping an Immich instance instead of using the administration web UI. Documentation
  • Machine learning sub-jobs can now be configured via the administration web UI
  • Slide show mode on the web
slideshowdemo.mp4

And as always, bugs are fixed, and many other improvements also come with this release.

Please consider supporting the project.

Support

If you find the project helpful, you can support Immich via the following channels.

It is a great way to let me know that you want me to continue developing and working on this project for years to come.

Changelogs

Server

  • fix(server): use camera white balance for raw images by @mertalev in #3806
  • feat(server): asset entity audit by @fyfrey in #3824
  • feat(web,server)!: configure machine learning via the UI by @jrasm91 in #3768
  • feat(web, server): Ability to use config file instead of admin UI by @danieldietzler in #3836

Web

Machine learning

  • chore(ml): make lazy loading default by @mertalev in #3797
  • feat(ml)!: switch image classification and CLIP models to ONNX by @mertalev in #3809

Mobile

New Contributors

Full Changelog: v1.74.0...v1.75.0

Don't miss a new immich release

NewReleases is sending notifications on new releases.