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

Add ComfyUI model installation guide (#1)

Browse files

- Add ComfyUI model installation guide (06dbe033bb8ada981de7db05f43a97cbdf4b10a8)
- Normalize README folder tree formatting (ff9e5c303c56600a0e84dda23a970080de239f76)

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
+ ```