Instructions to use ostris/CLIP-H-Face-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ostris/CLIP-H-Face-v3 with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPVisionModelWithProjection tokenizer = AutoTokenizer.from_pretrained("ostris/CLIP-H-Face-v3") model = CLIPVisionModelWithProjection.from_pretrained("ostris/CLIP-H-Face-v3") - Notebooks
- Google Colab
- Kaggle
This is just the vision encoder from CLIP-ViT-H-14-laion2B-s32B-b79K but it has been slightly tuned on just faces.
- Downloads last month
- 5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support