easygoing0114 commited on
Commit
7d4eb66
ยท
verified ยท
1 Parent(s): 769ba5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -30,17 +30,15 @@ Base Model: [**blue_pencil-flux1_v0.0.1**](https://huggingface.co/bluepen5805/bl
30
 
31
  ## Model Variants
32
 
33
- | Model File | Size | Accuracy (SSIM Similarity) | Recommended |
34
- |-------------------------------------|:--------:|:----------------------------:|:-------------:|
35
- | flan_t5_xxl_full_fp32.safetensors | 44.1GB | 100% | |
36
- | flan_t5_xxl_full_fp16.safetensors | 22.1GB | 99.9% | |
37
- | flan_t5_xxl_TE-only_FP32.safetensors| 18.7GB | 100% | ๐Ÿ”บ |
38
- | flan_t5_xxl_TE-only_FP16.safetensors| 9.4GB | 99.9% | โœ… |
39
- | flan_t5_xxl_TE-only_Q8_0.gguf | 5.5GB | 99.8% | โœ… |
40
- | flan_t5_xxl_TE-only_Q6_K.gguf | 4.4GB | 99.7% | ๐Ÿ”บ |
41
- | flan_t5_xxl_TE-only_Q5_K_M.gguf | 3.8GB | 98.4% | ๐Ÿ”บ |
42
- | flan_t5_xxl_TE-only_Q4_K_M.gguf | 3.2GB | 95.2% | |
43
- | flan_t5_xxl_TE-only_Q3_K_L.gguf | 2.6GB | 84.9% | |
44
 
45
  ### Comparison Graph
46
 
 
30
 
31
  ## Model Variants
32
 
33
+ | Model | Size | SSIM Similality | Reccomend |
34
+ | --- | :---: | :---: | :---: |
35
+ | FP32 | 19 GB | 100.0 % | ๐Ÿ”บ |
36
+ | FP16 | 9.6 GB | 98.0 % | โœ… |
37
+ | FP8 | 4.8 GB | 95.3 % | ๐Ÿ”บ |
38
+ | Q8_0 | 6 GB | 97.6 % | โœ… |
39
+ | Q6_K | 4.9 GB | 97.3 % | ๐Ÿ”บ |
40
+ | Q5_K_M | 4.3 GB | 94.8 % | |
41
+ | Q4_K_M | 3.7 GB | 96.4 % | |
 
 
42
 
43
  ### Comparison Graph
44