Lexius commited on
Commit
c40c815
Β·
verified Β·
1 Parent(s): 1dfb432

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