Update README.md
Browse files
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)
|
|
|
|
|
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 |
|