easygoing0114 commited on
Commit
1c5972e
·
verified ·
1 Parent(s): c344ca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -14,6 +14,15 @@ This repository contains a fused version of FLAN-T5-XXL, combining the split fil
14
  ## Newly Added: TE-Only Models for Stable Diffusion WebUI Forge & ComfyUI (2025-03-04)
15
  Two additional files provide the **Text Encoder (TE) only** portion of FLAN-T5-XXL, specifically extracted for use with Stable Diffusion WebUI Forge and ComfyUI.
16
 
 
 
 
 
 
 
 
 
 
17
  - `flan_t5_xxl_TE-only_FP32.safetensors`: Full-precision FP32 TE-only model.
18
  - `flan_t5_xxl_TE-only_FP16.safetensors`: Half-precision FP16 TE-only model for memory-efficient inference.
19
 
 
14
  ## Newly Added: TE-Only Models for Stable Diffusion WebUI Forge & ComfyUI (2025-03-04)
15
  Two additional files provide the **Text Encoder (TE) only** portion of FLAN-T5-XXL, specifically extracted for use with Stable Diffusion WebUI Forge and ComfyUI.
16
 
17
+ <div style="display: flex; justify-content: center; align-items: center;">
18
+ <div style="text-align: center; margin-right: 1em;">
19
+ <img src="./flan_t5_xxl_TE-only_FP32_sample1.png" alt="flan_t5_xxl_TE-only_FP32_sample1" width="400px" height="400px">
20
+ </div>
21
+ <div style="text-align: center; margin-left: 1em;">
22
+ <img src="./flan_t5_xxl_TE-only_FP32_sample2.png" alt="flan_t5_xxl_TE-only_FP32_sample2" width="400px" height="400px">
23
+ </div>
24
+ </div>
25
+
26
  - `flan_t5_xxl_TE-only_FP32.safetensors`: Full-precision FP32 TE-only model.
27
  - `flan_t5_xxl_TE-only_FP16.safetensors`: Half-precision FP16 TE-only model for memory-efficient inference.
28