Instructions to use immich-app/ViT-L-14__laion2b-s32b-b82k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use immich-app/ViT-L-14__laion2b-s32b-b82k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("immich-app/ViT-L-14__laion2b-s32b-b82k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| tags: | |
| - immich | |
| - clip | |
| # Model Description | |
| This repo contains ONNX exports for the associated CLIP model by OpenCLIP. See the [OpenCLIP](https://github.com/mlfoundations/open_clip) repo for more info. | |
| This repo is specifically intended for use with [Immich](https://immich.app/), a self-hosted photo library. | |