Change immich CLIP model

This commit is contained in:
Yan Lin 2025-10-06 18:07:07 +02:00
parent 059344b2c4
commit 3adc6c1f8a
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@
# CLIP model for smart search
clip = {
enabled = true;
modelName = "immich-app/ViT-L-16-SigLIP-256__webli"; # Large model for better accuracy
modelName = "immich-app/ViT-SO400M-16-SigLIP2-384__webli"; # Large model for better accuracy
};
# Duplicate photo detection

View file

@ -113,7 +113,7 @@
# Container auto-updater configuration
services.containerUpdater = {
enable = true;
enable = false;
schedule = "*-*-* 03:00:00"; # Daily at 3 AM
excludeContainers = []; # Update all containers
enableNotifications = true;