easygoing0114 commited on
Commit
172827a
·
verified ·
1 Parent(s): 28b31c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -15,22 +15,26 @@ This repository contains a fused version of FLAN-T5-XXL, combining the split fil
15
  - `flan_t5_xxl_fp32.safetensors`: Full-precision FP32 model.
16
  - `flan_t5_xxl_fp16.safetensors`: Half-precision FP16 model for memory-efficient inference.
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).
 
15
  - `flan_t5_xxl_fp32.safetensors`: Full-precision FP32 model.
16
  - `flan_t5_xxl_fp16.safetensors`: Half-precision FP16 model for memory-efficient inference.
17
 
18
+ <div style="text-align: center; margin-left: auto; margin-right: auto;width:800px;max-width:80vw;">
19
+ <img src="./Flan-T5xxl-FP32_FP16_compare.png" alt="Flan-T5xxl-FP32_FP16_compare">
20
+ </div>
21
+
22
  ---
23
 
24
+ ## Comparison: FLAN-T5-XXL vs T5-XXL v1.1 on Flux.1[dev] (base model: [blue_pencil-flux1_v0.0.1](https://huggingface.co/bluepen5805/blue_pencil-flux1))
25
 
26
  Below are example images generated using FLAN-T5-XXL and T5-XXL v1.1 models in Flux.1.
27
  FLAN-T5-XXL provides more accurate responses to prompts.
28
 
29
  <div style="display: flex; justify-content: center; align-items: center;">
30
+ <div style="text-align: center; margin-right: 1em;">
31
+ <img src="./flan_t5_xxl_image.png" alt="FLAN-T5-XXL Image" width="400px" height="400px">
32
+ <p>FLAN-T5-XXL Output</p>
33
+ </div>
34
+ <div style="text-align: center; margin-left: 1em;">
35
+ <img src="./t5_xxl_v1_1_image.png" alt="T5-XXL v1.1 Image" width="400px" height="400px">
36
+ <p>T5-XXL v1.1 Output</p>
37
+ </div>
38
  </div>
39
 
40
  A detailed comparison is available in [this blog post](https://ai-image-journey.blogspot.com/2024/12/clip-t5xxl-text-encoder.html).