Change immich CLIP model
This commit is contained in:
parent
059344b2c4
commit
3adc6c1f8a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue