Update README.md
Browse files
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-
|
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 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
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).
|