Lexius commited on
Commit
c2c477a
Β·
verified Β·
1 Parent(s): 2675269

Normalize README metadata and formatting

Browse files

Normalize model-card metadata and README formatting across Comfy-Org: use a consistent key and tag order, add upstream/base-model metadata where applicable, normalize code fences, remove redundant separators, and ensure a final newline.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
  license: openrail++
3
  tags:
4
- - diffusion-single-file
5
  - comfyui
 
 
 
6
  ---
7
 
8
  # Stable Diffusion 2.1 UnCLIP
@@ -18,3 +20,7 @@ Place the files in the following folders:
18
  β”‚ β”‚ β”œβ”€β”€ sd21-unclip-h.ckpt
19
  β”‚ β”‚ └── sd21-unclip-l.ckpt
20
  ```
 
 
 
 
 
1
  ---
2
  license: openrail++
3
  tags:
 
4
  - comfyui
5
+ - diffusion-single-file
6
+ base_model:
7
+ - stabilityai/stable-diffusion-2-1-unclip
8
  ---
9
 
10
  # Stable Diffusion 2.1 UnCLIP
 
20
  β”‚ β”‚ β”œβ”€β”€ sd21-unclip-h.ckpt
21
  β”‚ β”‚ └── sd21-unclip-l.ckpt
22
  ```
23
+
24
+ ## Upstream sources
25
+
26
+ - [stabilityai/stable-diffusion-2-1-unclip](https://huggingface.co/stabilityai/stable-diffusion-2-1-unclip)