File size: 2,250 Bytes
e959de4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b868664
d6c3b44
e959de4
acb2280
cd50f43
 
 
 
 
acb2280
e959de4
 
 
a0dbf70
e959de4
 
965d58e
264ad77
e959de4
 
 
 
 
 
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
---
license: other
license_name: stabilityai-ai-community
license_link: LICENSE
language:
- en
base_model:
- stabilityai/stable-diffusion-3.5-controlnets
pipeline_tag: text-to-image
tags:
- stable-diffusion
- controlnet
- gguf-comfy
---

# GGUF quantized version of Stable Diffusion 3.5 Large with ControlNets

![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/sd3.5n.png)

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


## Run it straight (no installation needed way)
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
- drag the workflow json file (below) to > your browser

### Workflows
- example workflow for [gguf](https://huggingface.co/calcuis/sd3.5-large-controlnet/blob/main/workflow-sd3.5-controlnet-gguf.json) (recommended; demo above is canny; free to opt blur or depth)
- example workflow for the original safetensors (this option is very demanding; make sure you have good hardware)

### References
- base model from [stabilityai](https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets)
- 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)