Fixes
- Borderline threshold: the low-confidence review threshold was hardcoded to 0.85 instead of tracking the configured
THRESHOLD. Now derived dynamically as[THRESHOLD * 0.375, THRESHOLD]. - Import from Immich: missing face IDs: refs imported via "Import from Immich" had
face_id: null, preventing clean deletion later. Face IDs are now extracted during import.
Docs
- Pre-built images published to GHCR for NVIDIA (
:latest), AMD/ROCm (:rocm), and CPU-only (:cpu). No build step needed. - Clarified that the tagger can run on a separate machine from Immich. Set
IMMICH_URLto Immich's IP or hostname and changeexternal: truetoexternal: falseat the bottom ofdocker-compose.yml. - Added update instructions:
docker compose pull && docker compose up -d.