Info: Long-CLIP as TE for GenAI
Browse files
README.md
CHANGED
@@ -6,6 +6,11 @@ base_model: BeichenZhang/LongCLIP-L
|
|
6 |
## A fine-tune of [BeichenZhang/LongCLIP-L](https://huggingface.co/BeichenZhang/LongCLIP-L) -- Long-CLIP ViT-L/14 expanded to 248 tokens.
|
7 |
----
|
8 |
|
|
|
|
|
|
|
|
|
|
|
9 |
# π¨ IMPORTANT NOTE for loading with HuggingFace Transformers: π
|
10 |
|
11 |
```
|
|
|
6 |
## A fine-tune of [BeichenZhang/LongCLIP-L](https://huggingface.co/BeichenZhang/LongCLIP-L) -- Long-CLIP ViT-L/14 expanded to 248 tokens.
|
7 |
----
|
8 |
|
9 |
+
- # Note for using Long-CLIP as the Text Encoder with Flux.1, SDXL, Stable Diffusion:
|
10 |
+
- Get the ComfyUI Long-CLIP nodes here: [https://github.com/SeaArtLab/ComfyUI-Long-CLIP](https://github.com/SeaArtLab/ComfyUI-Long-CLIP)
|
11 |
+
- If you don't use Comfy, it's at least a starting point for reverse engineering & applying it to your code! π€
|
12 |
+
|
13 |
+
----
|
14 |
# π¨ IMPORTANT NOTE for loading with HuggingFace Transformers: π
|
15 |
|
16 |
```
|