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-32__laion2b-s34b-b79k with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("immich-app/ViT-B-32__laion2b-s34b-b79k", device_map="auto")