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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,13 +3,13 @@ datasets:
3
  - SPRIGHT-T2I/spright_coco
4
  base_model: BeichenZhang/LongCLIP-L
5
  ---
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
 
 
3
  - SPRIGHT-T2I/spright_coco
4
  base_model: BeichenZhang/LongCLIP-L
5
  ---
6
+ ## A fine-tune of Long-CLIP - original model: [BeichenZhang/LongCLIP-L](https://huggingface.co/BeichenZhang/LongCLIP-L)
7
+ - ❀️ this CLIP? [Help feed it](https://ko-fi.com/zer0int) if you can. Besides data, CLIP eats time & expensive electricity of DE. TY! πŸ€—
8
+ - Want to feed it yourself? All code for fine-tuning and much more is on [my GitHub](https://github.com/zer0int).
9
  ----
 
10
  - # Note for using Long-CLIP as the Text Encoder with Flux.1, SDXL, Stable Diffusion:
11
  - Get the ComfyUI Long-CLIP nodes here: [https://github.com/SeaArtLab/ComfyUI-Long-CLIP](https://github.com/SeaArtLab/ComfyUI-Long-CLIP)
12
  - If you don't use Comfy, it's at least a starting point for reverse engineering & applying it to your code! πŸ€—
 
13
  ----
14
  # 🚨 IMPORTANT NOTE for loading with HuggingFace Transformers: πŸ‘€
15