Lexius commited on
Commit
df85ac3
Β·
verified Β·
1 Parent(s): 2bd3975

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
  # USO 1.0
@@ -19,3 +21,7 @@ Place the files in the following folders:
19
  β”‚ β”œβ”€β”€ πŸ“‚ model_patches/
20
  β”‚ β”‚ └── uso-flux1-projector-v1.safetensors
21
  ```
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - comfyui
5
+ - diffusion-single-file
6
+ base_model:
7
+ - bytedance-research/USO
8
  ---
9
 
10
  # USO 1.0
 
21
  β”‚ β”œβ”€β”€ πŸ“‚ model_patches/
22
  β”‚ β”‚ └── uso-flux1-projector-v1.safetensors
23
  ```
24
+
25
+ ## Upstream sources
26
+
27
+ - [bytedance-research/USO](https://huggingface.co/bytedance-research/USO)