zer0int commited on
Commit
401c54a
β€’
1 Parent(s): afb095a

Info: Long-CLIP as TE for GenAI

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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
  ```