Diffusion Single File
comfyui

Add ComfyUI model installation guide

#1
by Lexius - opened
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -7,3 +7,20 @@ tags:
7
  - diffusion-single-file
8
  - comfyui
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - diffusion-single-file
8
  - comfyui
9
  ---
10
+
11
+ # Stable Diffusion 3.5 ControlNets
12
+
13
+ Repackaged model files for ComfyUI.
14
+
15
+ Original model repository: https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets
16
+
17
+ Place the files in the following folders:
18
+
19
+ ```
20
+ πŸ“‚ ComfyUI/
21
+ β”œβ”€β”€ πŸ“‚ models/
22
+ β”‚ β”œβ”€β”€ πŸ“‚ controlnet/
23
+ β”‚ β”‚ β”œβ”€β”€ sd3.5_large_controlnet_blur.safetensors
24
+ β”‚ β”‚ β”œβ”€β”€ sd3.5_large_controlnet_canny.safetensors
25
+ β”‚ β”‚ └── sd3.5_large_controlnet_depth.safetensors
26
+ ```