ImageGenius Changes:
remove cuda acceleration for machine-learning
immich Changes:
v1.75.0
Breaking Changes ⚠️
Warning
-
To disable machine learning now, use
IMMICH_MACHINE_LEARNING_ENABLED=false
(previouslyIMMICH_MACHINE_LEARNING_URL=false
) -
Sentence-Transformers is no longer used for CLIP models, users who set
MACHINE_LEARNING_CLIP_IMAGE_MODEL
orMACHINE_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.
- Monthly donation via GitHub Sponsors
- One-time donation via GitHub Sponsors
- Librepay
- buymeacoffee
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
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 immich-app/immich#3806
- feat(server): asset entity audit by @fyfrey in immich-app/immich#3824
- feat(web,server)!: configure machine learning via the UI by @jrasm91 in immich-app/immich#3768
- feat(web, server): Ability to use config file instead of admin UI by @danieldietzler in immich-app/immich#3836
Web
- fix(web): ContextMenu unsatisfying UI behaviors by @flyotlin in immich-app/immich#3787
- fix(web): album list padding by @waclaw66 in immich-app/immich#3790
- fix(web): merge face thumbnail by @waclaw66 in immich-app/immich#3822
- fix(web): shared link return 404 by @alextran1502 in immich-app/immich#3791
- fix(web): cannot view publlic shared album by @alextran1502 in immich-app/immich#3829
- refactor(web): shared link key auth by @jrasm91 in immich-app/immich#3855
- fix(web): delete album consolidation by @waclaw66 in immich-app/immich#3858
- feat(web): album and face menu dots visible on hover only by @waclaw66 in immich-app/immich#3859
- feat(web): smaller album title by @waclaw66 in immich-app/immich#3860
- feat(web): add link to external map in leaflet popup by @lefuturiste in immich-app/immich#3847
- feat(web): slideshow mode by @alextran1502 in immich-app/immich#3813
- chore(web): use proper text/drop shadow on tree-dots icon and face name by @daniele-athome in immich-app/immich#3800
- chore(web): improve drop shadow on three-dots icon by @daniele-athome in immich-app/immich#3835
Machine learning
- chore(ml): make lazy loading default by @mertalev in immich-app/immich#3797
- feat(ml)!: switch image classification and CLIP models to ONNX by @mertalev in immich-app/immich#3809
Mobile
- fix(mobile): missing conversion to UTC time zone by @james58899 in immich-app/immich#3495
- chore(mobile): remove without thumbs by @jrasm91 in immich-app/immich#3529
New Contributors
- @flyotlin made their first contribution in immich-app/immich#3787
- @james58899 made their first contribution in immich-app/immich#3495
- @lefuturiste made their first contribution in immich-app/immich#3847
- @danieldietzler made their first contribution in immich-app/immich#3836
Full Changelog: immich-app/immich@v1.74.0...v1.75.0