CLIP
Collection
Multi-modal models that can be used for Smart Search in Immich. Models are sorted by average recall@k in descending order. • 4 items • Updated • 23
How to use immich-app/ViT-B-16-SigLIP__webli with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("immich-app/ViT-B-16-SigLIP__webli", dtype="auto")