Lexius commited on
Commit
243aabb
Β·
verified Β·
1 Parent(s): 198d6dd

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 +3 -3
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- base_model:
3
- - microsoft/Lens
4
  license: other
5
  tags:
6
  - comfyui
7
  - diffusion-single-file
 
 
8
  ---
9
 
10
  # Microsoft Lens
@@ -31,4 +31,4 @@ Place the files in the following folders:
31
  β”‚ β”‚ └── gpt_oss_20b_nvfp4.safetensors
32
  β”‚ β”œβ”€β”€ πŸ“‚ vae/
33
  β”‚ β”‚ └── flux2-vae.safetensors
34
- ```
 
1
  ---
 
 
2
  license: other
3
  tags:
4
  - comfyui
5
  - diffusion-single-file
6
+ base_model:
7
+ - microsoft/Lens
8
  ---
9
 
10
  # Microsoft Lens
 
31
  β”‚ β”‚ └── gpt_oss_20b_nvfp4.safetensors
32
  β”‚ β”œβ”€β”€ πŸ“‚ vae/
33
  β”‚ β”‚ └── flux2-vae.safetensors
34
+ ```