Lexius commited on
Commit
eb56dd9
Β·
verified Β·
1 Parent(s): c18ac3a

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 +8 -2
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  tags:
4
- - diffusion-single-file
5
- - comfyui
 
 
6
  ---
7
 
8
  # T2I-Adapter
@@ -34,3 +36,7 @@ Place the files in the following folders:
34
  β”‚ β”‚ β”œβ”€β”€ t2iadapter_style_sd14v1.safetensors
35
  β”‚ β”‚ └── t2iadapter_zoedepth_sd15v1.safetensors
36
  ```
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - comfyui
5
+ - diffusion-single-file
6
+ base_model:
7
+ - TencentARC/T2I-Adapter
8
  ---
9
 
10
  # T2I-Adapter
 
36
  β”‚ β”‚ β”œβ”€β”€ t2iadapter_style_sd14v1.safetensors
37
  β”‚ β”‚ └── t2iadapter_zoedepth_sd15v1.safetensors
38
  ```
39
+
40
+ ## Upstream sources
41
+
42
+ - [TencentARC/T2I-Adapter](https://huggingface.co/TencentARC/T2I-Adapter)