easygoing0114 commited on
Commit
69ad9ef
·
verified ·
1 Parent(s): f54a5bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -17,15 +17,23 @@ This repository contains a fused version of FLAN-T5-XXL, combining the split fil
17
 
18
  ---
19
 
20
- ## Comparison: FLAN-T5-XXL vs T5-XXL v1.1 on Flux.1
21
 
22
- Below are example images generated using FLAN-T5-XXL and T5-XXL v1.1 models in Flux.1. These comparisons highlight differences in image generation capabilities between the models.
 
23
 
24
- ### FLAN-T5-XXL Output
25
- ![FLAN-T5-XXL Image](./flan_t5_xxl_image.png)
 
 
 
 
 
 
 
 
26
 
27
- ### T5-XXL v1.1 Output
28
- ![T5-XXL v1.1 Image](./t5_xxl_v1_1_image.png)
29
 
30
  ---
31
 
@@ -37,4 +45,4 @@ The uploader does not claim any rights over the model.
37
 
38
  ## Acknowledgments
39
  - Original source: [Google's FLAN-T5-XXL repository](https://huggingface.co/google/flan-t5-xxl).
40
- - GGUF version: [dumb-dev's Hugging Face repository](https://huggingface.co/dumb-dev/flan-t5-xxl-gguf).
 
17
 
18
  ---
19
 
20
+ ## Comparison: FLAN-T5-XXL vs T5-XXL v1.1 on Flux.1[dev] (base model: [blue_pencil-flux1_v001](https://huggingface.co/bluepen5805/blue_pencil-flux1))
21
 
22
+ Below are example images generated using FLAN-T5-XXL and T5-XXL v1.1 models in Flux.1.
23
+ FLAN-T5-XXL provides more accurate responses to prompts.
24
 
25
+ <div style="display: flex; justify-content: center; align-items: center;">
26
+ <div style="text-align: center; margin-right: 10px;">
27
+ <img src="./flan_t5_xxl_image.png" alt="FLAN-T5-XXL Image" width="400px" height="400px">
28
+ <p>FLAN-T5-XXL Output</p>
29
+ </div>
30
+ <div style="text-align: center; margin-left: 10px;">
31
+ <img src="./t5_xxl_v1_1_image.png" alt="T5-XXL v1.1 Image" width="400px" height="400px">
32
+ <p>T5-XXL v1.1 Output</p>
33
+ </div>
34
+ </div>
35
 
36
+ A detailed comparison is available in [this blog post](https://ai-image-journey.blogspot.com/2024/12/clip-t5xxl-text-encoder.html).
 
37
 
38
  ---
39
 
 
45
 
46
  ## Acknowledgments
47
  - Original source: [Google's FLAN-T5-XXL repository](https://huggingface.co/google/flan-t5-xxl).
48
+ - GGUF version: [dumb-dev's Hugging Face repository](https://huggingface.co/dumb-dev/flan-t5-xxl-gguf).