apepkuss79
commited on
Commit
•
961eb10
1
Parent(s):
b5d5270
Update README.md
Browse files
README.md
CHANGED
@@ -32,18 +32,26 @@ pipeline_tag: text-to-image
|
|
32 |
|
33 |
## Run with `sd-api-server`
|
34 |
|
35 |
-
|
36 |
|
37 |
## Quantized GGUF Models
|
38 |
|
39 |
| Name | Quant method | Bits | Size | Use case |
|
40 |
| ---- | ---- | ---- | ---- | ----- |
|
41 |
-
| [
|
42 |
-
| [
|
43 |
-
| [
|
44 |
-
| [sd3-
|
45 |
-
| [sd3-
|
46 |
-
| [sd3-
|
47 |
-
| [sd3-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
**Quantized with stable-diffusion.cpp `master-ac54e00`.**
|
|
|
32 |
|
33 |
## Run with `sd-api-server`
|
34 |
|
35 |
+
- LlamaEdge-StableDiffusion version: coming soon
|
36 |
|
37 |
## Quantized GGUF Models
|
38 |
|
39 |
| Name | Quant method | Bits | Size | Use case |
|
40 |
| ---- | ---- | ---- | ---- | ----- |
|
41 |
+
| [clip_g-Q8_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/clip_g-Q8_0.gguf) | Q8_0 | 8 | 739 MB | |
|
42 |
+
| [clip_g.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/clip_g.safetensors) | f16 | 16 | 1.39 GB | |
|
43 |
+
| [clip_l.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/clip_l.safetensors) | f16 | 16 | 246 MB | |
|
44 |
+
| [sd3.5_large-Q4_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/sd3.5_large-Q4_0.gguf) | Q4_0 | 4 | 5.11 GB | |
|
45 |
+
| [sd3.5_large-Q4_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/sd3.5_large-Q4_1.gguf) | Q4_1 | 4 | 5.61 GB | |
|
46 |
+
| [sd3.5_large-Q5_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/sd3.5_large-Q5_0.gguf) | Q5_0 | 5 | 6.11 GB | |
|
47 |
+
| [sd3.5_large-Q5_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/sd3.5_large-Q5_1.gguf) | Q5_1 | 5 | 6.61 GB | |
|
48 |
+
| [sd3.5_large-Q8_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/sd3.5_large-Q8_0.gguf) | Q8_0 | 8 | 9.11 GB | |
|
49 |
+
| [sd3.5_large.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/sd3.5_large.safetensors) | f16 | 16 | 16.5 GB | |
|
50 |
+
| [t5xxl-Q4_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/t5xxl-Q4_0.gguf) | Q4_0 | 4 | 2.75 GB | |
|
51 |
+
| [t5xxl-Q4_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/t5xxl-Q4_1.gguf) | Q4_1 | 4 | 3.06 GB | |
|
52 |
+
| [t5xxl-Q5_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/t5xxl-Q5_0.gguf) | Q5_0 | 5 | 3.36 GB | |
|
53 |
+
| [t5xxl-Q5_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/t5xxl-Q5_1.gguf) | Q5_1 | 5 | 3.67 GB | |
|
54 |
+
| [t5xxl-Q8_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/t5xxl-Q8_0.gguf) | Q8_0 | 8 | 5.20 GB | |
|
55 |
+
| [t5xxl_fp16.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/t5xxl_fp16.safetensors) | f16 | 16 | 9.79 GB | |
|
56 |
|
57 |
**Quantized with stable-diffusion.cpp `master-ac54e00`.**
|