File size: 899 Bytes
872910c 3e563b0 eabf6d3 872910c c684325 872910c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: apache-2.0
base_model:
- stabilityai/stable-diffusion-3.5-large
---
## GGUF Workflow
The workflow combines all controlnet models into one and controlled by switches. Also include Ksampler and Custom Sampler with Demon Details,
simply use the switch to choose your sampler. The SD 3.5 model I used in the workflow is the [SD 3.5 SLG_Weighted Merge](https://huggingface.co/ND911/SD3.5-Large-SLG-Weighted-Merge)
[Example Images of SD 3.5 SLG_Weighted Merge on Civitai](https://civitai.com/collections/5532771)
[SD3.5-SLG-Weighted-Merge-Q8_0.gguf](https://huggingface.co/ND911/SD3.5-Large-SLG-Weighted-Merge/blob/main/SD3.5-SLG-Weighted-Merge-Q8_0.gguf)
Clip models for GGUF uploaded and go into the ComfyUI\models\clip
Other Clip models uploaded that are used in the workflow also
Controlnet models go into the ComfyUI\models\controlnet
![](SD35_Blur_Canny_Depth_Switches_WF.png) |