Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
pipeline_tag: zero-shot-image-classification
|
3 |
---
|
|
|
|
|
4 |
```py
|
5 |
import torch
|
6 |
from safetensors.torch import load_file, save_file
|
|
|
1 |
---
|
2 |
pipeline_tag: zero-shot-image-classification
|
3 |
---
|
4 |
+
Adds the missing layers from [openai/clip-vit-large-patch14-336](https://huggingface.co/openai/clip-vit-large-patch14-336/blob/32aef857e655710d7c25515da6decdb4b4026f44/model.safetensors) to [microsoft/LLM2CLIP-Openai-L-14-336](https://huggingface.co/openai/clip-vit-large-patch14-336/blob/32aef857e655710d7c25515da6decdb4b4026f44/model.safetensors) so that it can be loaded in ComfyUI.
|
5 |
+
|
6 |
```py
|
7 |
import torch
|
8 |
from safetensors.torch import load_file, save_file
|