calcuis commited on
Commit
e959de4
·
verified ·
1 Parent(s): 87d482c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -5
README.md CHANGED
@@ -1,5 +1,38 @@
1
- ---
2
- license: other
3
- license_name: stabilityai-ai-community
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: stabilityai-ai-community
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ base_model:
8
+ - stabilityai/stable-diffusion-3.5-controlnets
9
+ pipeline_tag: text-to-image
10
+ tags:
11
+ - stable-diffusion
12
+ - controlnet
13
+ - gguf-comfy
14
+ ---
15
+
16
+ # GGUF quantized version of Stable Diffusion 3.5 Large with ControlNets
17
+
18
+ ## Setup (once)
19
+ - drag sd3.5_large-q4_0.gguf (4.77GB) to > ./ComfyUI/models/unet
20
+ - drag sd3.5_large_controlnet_canny.safetensors (8.05GB) to > ./ComfyUI/models/controlnet
21
+ - drag clip_g.safetensors (1.39GB) to > ./ComfyUI/models/clip
22
+ - drag clip_l.safetensors (246MB) to > ./ComfyUI/models/clip
23
+ - drag t5xxl_fp8_e4m3fn.safetensors (4.89GB) to > ./ComfyUI/models/clip
24
+ - drag diffusion_pytorch_model.safetensors (168MB) to > ./ComfyUI/models/vae
25
+
26
+ ## Run it straight (no installation needed way)
27
+ - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
28
+ - drag the workflow json file to > your browser
29
+
30
+ ### Workflows
31
+ - example workflow for gguf
32
+ - example workflow for the original safetensors
33
+
34
+ ### References
35
+ - base model from [stabilityai](https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets)
36
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
37
+ - gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)
38
+ - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)