Lexius commited on
Commit
e7738b2
Β·
verified Β·
1 Parent(s): 5833bd9

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
  # lotus
@@ -11,9 +13,13 @@ Repackaged model files for ComfyUI.
11
 
12
  Place the files in the following folders:
13
 
14
- ```text
15
  πŸ“‚ ComfyUI/
16
  β”œβ”€β”€ πŸ“‚ models/
17
  β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
18
  β”‚ β”‚ └── lotus-depth-d-v1-1.safetensors
19
  ```
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
 
4
  - comfyui
5
+ - diffusion-single-file
6
+ base_model:
7
+ - jingheya/lotus-depth-d-v1-1
8
  ---
9
 
10
  # lotus
 
13
 
14
  Place the files in the following folders:
15
 
16
+ ```
17
  πŸ“‚ ComfyUI/
18
  β”œβ”€β”€ πŸ“‚ models/
19
  β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
20
  β”‚ β”‚ └── lotus-depth-d-v1-1.safetensors
21
  ```
22
+
23
+ ## Upstream sources
24
+
25
+ - [jingheya/lotus-depth-d-v1-1](https://huggingface.co/jingheya/lotus-depth-d-v1-1)