File size: 3,287 Bytes
ee5bae2 dff1854 ee5bae2 961eb10 ee5bae2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
---
base_model: stabilityai/stable-diffusion-3.5-large
license: other
license_name: stabilityai-ai-community
license_link: LICENSE.md
model_creator: stabilityai
model_name: stable-diffusion-3.5-large
quantized_by: Second State Inc.
tags:
- text-to-image
- stable-diffusion
- diffusers
inference: true
language:
- en
pipeline_tag: text-to-image
---
<!-- header start -->
<!-- 200823 -->
<div style="width: auto; margin-left: auto; margin-right: auto">
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
</div>
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
<!-- header end -->
# stable-diffusion-3.5-large-GGUF
## Original Model
[stabilityai/stable-diffusion-3.5-large](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)
## Run with `sd-api-server`
- Version: coming soon
## Quantized GGUF Models
| Name | Quant method | Bits | Size | Use case |
| ---- | ---- | ---- | ---- | ----- |
| [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 | |
| [clip_g.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/clip_g.safetensors) | f16 | 16 | 1.39 GB | |
| [clip_l.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/clip_l.safetensors) | f16 | 16 | 246 MB | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [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 | |
| [t5xxl_fp16.safetensors](https://huggingface.co/second-state/stable-diffusion-3.5-large-GGUF/blob/main/t5xxl_fp16.safetensors) | f16 | 16 | 9.79 GB | |
**Quantized with stable-diffusion.cpp `master-ac54e00`.** |