File size: 2,276 Bytes
b8cd24a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25297e7
1412285
b8cd24a
e669f32
b8cd24a
 
 
9e166aa
b8cd24a
 
 
 
 
d2af168
1412285
b8cd24a
 
 
 
 
492b75d
 
 
 
 
 
 
 
 
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
---
license: other
license_name: stabilityai-ai-community
license_link: LICENSE
language:
- en
base_model:
- stabilityai/stable-diffusion-3.5-large-turbo
pipeline_tag: image-to-text
tags:
- stable-diffusion
- gguf-comfy
---
# GGUF quantized version of Stable Diffusion 3.5 Large Turbo

## Setup example
- drag [sd3.5_large_turbo-q4_0.gguf](https://huggingface.co/calcuis/sd3.5-large-turbo/blob/main/sd3.5_large_turbo-q4_0.gguf) (4.77GB) to > ./ComfyUI/models/unet
- drag [clip_g.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_g.safetensors) (1.39GB) to > ./ComfyUI/models/clip
- drag [clip_l.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_l.safetensors) (246MB) to > ./ComfyUI/models/clip
- drag [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/t5xxl_fp8_e4m3fn.safetensors) (4.89GB) to > ./ComfyUI/models/clip
- drag [diffusion_pytorch_model.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/diffusion_pytorch_model.safetensors) (168MB) to > ./ComfyUI/models/vae

## Run it straight (no installation needed)
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
- drag the workflow json file (you can find it below) to > your browser
- generate your first picture with sd3, awesome!

### Workflows
- example workflow for [gguf](https://github.com/calcuis/comfy/blob/main/workflow-sd3.5t-gguf.json) (Q4_0 as an example: 4.77GB)
- example workflow for the original [safetensors](https://github.com/calcuis/comfy/blob/main/workflow-sd3.5t-safetensors.json) (16.5GB)

### References
- base model from [stabilityai](https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo)
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
- gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)
- gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)

![3.5 Large Turbo Demo Image](https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo/resolve/main/sd3.5_large_turbo_demo.png)

demo picture above is from base model

![MMDiT](https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo/resolve/main/mmdit.png)

these two figures are from base model as well