zer0int commited on
Commit
d67f089
·
verified ·
1 Parent(s): 3ab9e01

OpenAI's CLIP-L@336 Text Encoder

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -5,10 +5,11 @@ base_model:
5
  ---
6
 
7
  # This is NOT a fine-tune.
8
- This is the original OpenAI CLIP ViT-L/14@336 Text Encoder, converted to HuggingFace 'transformers' format.
9
  All credits to the original authors.
10
 
11
  ## Why?
 
12
  - See below (Flux.1-dev, CLIP only guidance, CFG 3.5, Heun).
13
  - For my fine-tuned KO-CLIP ViT-L/14@336 -> [see here](https://huggingface.co/zer0int/CLIP-KO-ViT-L-14-336-TypoAttack)
14
 
 
5
  ---
6
 
7
  # This is NOT a fine-tune.
8
+ This is the original [OpenAI CLIP ViT-L/14@336 Text Encoder](https://huggingface.co/openai/clip-vit-large-patch14-336), converted to HuggingFace 'transformers' format.
9
  All credits to the original authors.
10
 
11
  ## Why?
12
+ - It's a normal "CLIP-L" Text Encoder and can be used as such.
13
  - See below (Flux.1-dev, CLIP only guidance, CFG 3.5, Heun).
14
  - For my fine-tuned KO-CLIP ViT-L/14@336 -> [see here](https://huggingface.co/zer0int/CLIP-KO-ViT-L-14-336-TypoAttack)
15