Instructions to use immich-app/ViT-H-14__laion2b-s32b-b79k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use immich-app/ViT-H-14__laion2b-s32b-b79k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("immich-app/ViT-H-14__laion2b-s32b-b79k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
abb415e
1
Parent(s): f8e94ef
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- immich
|
| 4 |
+
- clip
|
| 5 |
+
---
|
| 6 |
+
# Model Description
|
| 7 |
+
|
| 8 |
+
This repo contains ONNX exports for the corresponding ViT-based CLIP model by OpenCLIP. See the [OpenCLIP](https://github.com/mlfoundations/open_clip) repo for more info.
|
| 9 |
+
Visual and textual encoders are separated into separate models for the purpose of generating image and text embeddings.
|
| 10 |
+
|
| 11 |
+
This repo is specifically intended for use with [Immich](https://immich.app/), a self-hosted photo library.
|