stduhpf commited on
Commit
be70377
·
verified ·
1 Parent(s): 6cc3e14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -50,6 +50,8 @@ Sorted by model size (Note that q4_0 and q4_k_4_0 are the exact same size)
50
  | q8_0 | ![q8_0](Images/q8_0.png) | ![q8_0](Images/1_q8_0.png) | ![q8_0](Images/2_q8_0.png) |
51
  | f16(sft) | ![f16](Images/f16.png) | ![f16](Images/1_f16.png) | ![f16](Images/2_f16.png) |
52
 
53
- Using q4_k version of t5xxl, full precision clip_g, and q8 quant of [ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF](https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14) in place of clip_l.
 
 
54
 
55
  Full prompts and settings in png metadata.
 
50
  | q8_0 | ![q8_0](Images/q8_0.png) | ![q8_0](Images/1_q8_0.png) | ![q8_0](Images/2_q8_0.png) |
51
  | f16(sft) | ![f16](Images/f16.png) | ![f16](Images/1_f16.png) | ![f16](Images/2_f16.png) |
52
 
53
+ Generated with a modified version of sdcpp with [this PR](https://github.com/leejet/stable-diffusion.cpp/pull/397) applied to enable clip timestep embeddings support.
54
+
55
+ Text encoders used: q4_k quant of t5xxl, full precision clip_g, and q8 quant of [ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF](https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14) in place of clip_l.
56
 
57
  Full prompts and settings in png metadata.