Lexius commited on
Commit
06dbe03
Β·
1 Parent(s): bd83640

Add ComfyUI model installation guide

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - diffusion-single-file
4
+ - comfyui
5
+ ---
6
+
7
+ # Stable Diffusion 2.1 UnCLIP
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Place the files in the following folders:
12
+
13
+ ```
14
+ πŸ“‚ ComfyUI/
15
+ └── πŸ“‚ models/
16
+ └── πŸ“‚ checkpoints/
17
+ β”œβ”€β”€ sd21-unclip-h.ckpt
18
+ └── sd21-unclip-l.ckpt
19
+ ```