Lexius commited on
Commit
6fb668e
Β·
verified Β·
1 Parent(s): 8898b08

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 -1
README.md CHANGED
@@ -1,9 +1,12 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  tags:
4
- - diffusion-single-file
5
  - comfyui
 
 
 
6
  ---
 
7
  # OneReward
8
 
9
  Repackaged model files for ComfyUI.
@@ -20,3 +23,7 @@ Place the files in the following folders:
20
  β”‚ β”œβ”€β”€ πŸ“‚ loras/
21
  β”‚ β”‚ └── flux.1-fill-dev-object-removal-lora.safetensors
22
  ```
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  tags:
 
4
  - comfyui
5
+ - diffusion-single-file
6
+ base_model:
7
+ - yichengup/flux.1-fill-dev-OneReward
8
  ---
9
+
10
  # OneReward
11
 
12
  Repackaged model files for ComfyUI.
 
23
  β”‚ β”œβ”€β”€ πŸ“‚ loras/
24
  β”‚ β”‚ └── flux.1-fill-dev-object-removal-lora.safetensors
25
  ```
26
+
27
+ ## Upstream sources
28
+
29
+ - [yichengup/flux.1-fill-dev-OneReward](https://huggingface.co/yichengup/flux.1-fill-dev-OneReward)