InsecureErasure commited on
Commit
3276c4a
Β·
verified Β·
1 Parent(s): 827aa76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -18
README.md CHANGED
@@ -22,24 +22,6 @@ by [Cyberdelia](https://civitai.com/user/Cyberdelia), intended for use with
22
  The scripts and workflows used to generate these files are documented in
23
  [insecure-erasure/safetensors-goodies](https://github.com/insecure-erasure/safetensors-goodies).
24
 
25
- ## Repository Structure
26
-
27
- ```
28
- /
29
- β”œβ”€β”€ cyberrealisticXL_v90-F16.gguf
30
- β”œβ”€β”€ cyberrealisticXL_v90-Q8_0.gguf
31
- β”œβ”€β”€ cyberrealisticXL_v90-Q6_K.gguf
32
- β”œβ”€β”€ cyberrealisticXL_v90-Q5_K_S.gguf
33
- β”œβ”€β”€ cyberrealisticXL_v90-Q4_K_M.gguf
34
- β”œβ”€β”€ cyberrealisticXL_v90-Q3_K_M.gguf
35
- β”œβ”€β”€ cyberrealisticXL_v90-Q2_K.gguf
36
- └── safetensors/
37
- β”œβ”€β”€ cyberrealisticXL_v90_unet.safetensors
38
- β”œβ”€β”€ cyberrealisticXL_v90_clip_l.safetensors
39
- β”œβ”€β”€ cyberrealisticXL_v90_clip_g.safetensors
40
- └── cyberrealisticXL_v90_vae.safetensors
41
- ```
42
-
43
  ## SDXL Pipeline Comparison: Checkpoint vs GGUF + VAE Configurations
44
 
45
  This section validates that different SDXL pipeline configurations produce equivalent results.
@@ -64,6 +46,23 @@ The following table shows the difference between some of the K-quants available
64
  |:---:|:---:|:---:|
65
  | Q8_0 | Q6_K | Q4_K_M |
66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  ## Credits
68
 
69
  This repository contains derived weights from
 
22
  The scripts and workflows used to generate these files are documented in
23
  [insecure-erasure/safetensors-goodies](https://github.com/insecure-erasure/safetensors-goodies).
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ## SDXL Pipeline Comparison: Checkpoint vs GGUF + VAE Configurations
26
 
27
  This section validates that different SDXL pipeline configurations produce equivalent results.
 
46
  |:---:|:---:|:---:|
47
  | Q8_0 | Q6_K | Q4_K_M |
48
 
49
+ ## Repository Structure
50
+
51
+ ```
52
+ /
53
+ β”œβ”€β”€ cyberrealisticXL_v90-F16.gguf
54
+ β”œβ”€β”€ cyberrealisticXL_v90-Q8_0.gguf
55
+ β”œβ”€β”€ cyberrealisticXL_v90-Q6_K.gguf
56
+ β”œβ”€β”€ cyberrealisticXL_v90-Q5_K_S.gguf
57
+ β”œβ”€β”€ cyberrealisticXL_v90-Q4_K_M.gguf
58
+ β”œβ”€β”€ cyberrealisticXL_v90-Q3_K_M.gguf
59
+ β”œβ”€β”€ cyberrealisticXL_v90-Q2_K.gguf
60
+ └── safetensors/
61
+ β”œβ”€β”€ cyberrealisticXL_v90_unet.safetensors
62
+ β”œβ”€β”€ cyberrealisticXL_v90_clip_l.safetensors
63
+ β”œβ”€β”€ cyberrealisticXL_v90_clip_g.safetensors
64
+ └── cyberrealisticXL_v90_vae.safetensors
65
+ ```
66
  ## Credits
67
 
68
  This repository contains derived weights from