apepkuss79
commited on
Commit
•
58b78c3
1
Parent(s):
8a11bcf
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,68 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: stabilityai/stable-diffusion-3.5-medium
|
3 |
+
license: other
|
4 |
+
license_name: stabilityai-ai-community
|
5 |
+
license_link: LICENSE.md
|
6 |
+
model_creator: stabilityai
|
7 |
+
model_name: stable-diffusion-3.5-medium
|
8 |
+
quantized_by: Second State Inc.
|
9 |
+
tags:
|
10 |
+
- text-to-image
|
11 |
+
- stable-diffusion
|
12 |
+
- diffusers
|
13 |
+
inference: true
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
pipeline_tag: text-to-image
|
17 |
---
|
18 |
+
|
19 |
+
<!-- header start -->
|
20 |
+
<!-- 200823 -->
|
21 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
22 |
+
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
23 |
+
</div>
|
24 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
25 |
+
<!-- header end -->
|
26 |
+
|
27 |
+
# stable-diffusion-3.5-medium-GGUF
|
28 |
+
|
29 |
+
## Original Model
|
30 |
+
|
31 |
+
[stabilityai/stable-diffusion-3.5-medium](https://huggingface.co/stabilityai/stable-diffusion-3.5-medium)
|
32 |
+
|
33 |
+
## Run with `sd-api-server`
|
34 |
+
|
35 |
+
- Version: coming soon
|
36 |
+
|
37 |
+
## Quantized GGUF Models
|
38 |
+
|
39 |
+
| Name | Quant method | Bits | Size | Use case |
|
40 |
+
| ---- | ---- | ---- | ---- | ----- |
|
41 |
+
| [clip_g-Q4_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_g-Q4_0.gguf) | Q4_0 | 4 | 391 MB | |
|
42 |
+
| [clip_g-Q4_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_g-Q4_1.gguf) | Q4_1 | 4 | 435 MB | |
|
43 |
+
| [clip_g-Q5_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_g-Q5_0.gguf) | Q5_0 | 5 | 478 MB | |
|
44 |
+
| [clip_g-Q5_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_g-Q5_1.gguf) | Q5_1 | 5 | 522 MB | |
|
45 |
+
| [clip_g-Q8_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_g-Q8_0.gguf) | Q8_0 | 8 | 739 MB | |
|
46 |
+
| [clip_g-f16.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_g.safetensors) | f16 | 16 | 1.39 GB | |
|
47 |
+
| [clip_g.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_g.safetensors) | f16 | 16 | 1.39 GB | |
|
48 |
+
| [clip_l-Q4_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_l-Q4_0.gguf) | Q4_0 | 4 | 69.4 MB | |
|
49 |
+
| [clip_l-Q4_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_l-Q4_1.gguf) | Q4_1 | 4 | 77.1 MB | |
|
50 |
+
| [clip_l-Q5_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_l-Q5_0.gguf) | Q5_0 | 5 | 84.8 MB | |
|
51 |
+
| [clip_l-Q5_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_l-Q5_1.gguf) | Q5_1 | 5 | 92.4 MB | |
|
52 |
+
| [clip_l-Q8_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_l-Q8_0.gguf) | Q8_0 | 8 | 131 MB | |
|
53 |
+
| [clip_l-f16.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_l-f16.gguf) | f16 | 16 | 246 MB | |
|
54 |
+
| [clip_l.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/clip_l.safetensors) | f16 | 16 | 246 MB | |
|
55 |
+
| [sd3.5_medium-Q4_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/sd3.5_medium-Q4_0.gguf) | Q4_0 | 4 | 2.08 GB | |
|
56 |
+
| [sd3.5_medium-Q4_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/sd3.5_medium-Q4_1.gguf) | Q4_1 | 4 | 2.22 GB | |
|
57 |
+
| [sd3.5_medium-Q5_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/sd3.5_medium-Q5_0.gguf) | Q5_0 | 5 | 2.36 GB | |
|
58 |
+
| [sd3.5_medium-Q5_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/sd3.5_medium-Q5_1.gguf) | Q5_1 | 5 | 2.50 GB | |
|
59 |
+
| [sd3.5_medium-Q8_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/sd3.5_medium-Q8_0.gguf) | Q8_0 | 8 | 3.19 GB | |
|
60 |
+
| [sd3.5_medium.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/sd3.5_medium.safetensors) | f16 | 16 | 5.11 GB | |
|
61 |
+
| [t5xxl-Q4_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/t5xxl-Q4_0.gguf) | Q4_0 | 4 | 2.75 GB | |
|
62 |
+
| [t5xxl-Q4_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/t5xxl-Q4_1.gguf) | Q4_1 | 4 | 3.06 GB | |
|
63 |
+
| [t5xxl-Q5_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/t5xxl-Q5_0.gguf) | Q5_0 | 5 | 3.36 GB | |
|
64 |
+
| [t5xxl-Q5_1.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/t5xxl-Q5_1.gguf) | Q5_1 | 5 | 3.67 GB | |
|
65 |
+
| [t5xxl-Q8_0.gguf](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/t5xxl-Q8_0.gguf) | Q8_0 | 8 | 5.20 GB | |
|
66 |
+
| [t5xxl_fp16.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-medium-GGUF/blob/main/t5xxl_fp16.safetensors) | f16 | 16 | 9.79 GB | |
|
67 |
+
|
68 |
+
**Quantized with stable-diffusion.cpp `master-c3eeb669`.**
|