easygoing0114 commited on
Commit
f54a5bb
·
verified ·
1 Parent(s): 1243b79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -9,14 +9,32 @@ tags:
9
 
10
  This repository contains a fused version of FLAN-T5-XXL, combining the split files available at [Google's FLAN-T5-XXL repository](https://huggingface.co/google/flan-t5-xxl). These files have been merged for easier use in AI applications, including image generation models.
11
 
 
 
12
  ## Files
13
  - `flan_t5_xxl_fp32.safetensors`: Full-precision FP32 model.
14
  - `flan_t5_xxl_fp16.safetensors`: Half-precision FP16 model for memory-efficient inference.
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## License
17
  This model is provided under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
18
  The uploader does not claim any rights over the model.
19
 
 
 
20
  ## Acknowledgments
21
  - Original source: [Google's FLAN-T5-XXL repository](https://huggingface.co/google/flan-t5-xxl).
22
  - GGUF version: [dumb-dev's Hugging Face repository](https://huggingface.co/dumb-dev/flan-t5-xxl-gguf).
 
9
 
10
  This repository contains a fused version of FLAN-T5-XXL, combining the split files available at [Google's FLAN-T5-XXL repository](https://huggingface.co/google/flan-t5-xxl). These files have been merged for easier use in AI applications, including image generation models.
11
 
12
+ ---
13
+
14
  ## Files
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
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
+
32
  ## License
33
  This model is provided under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
34
  The uploader does not claim any rights over the model.
35
 
36
+ ---
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).