Lexius commited on
Commit
3c622e5
Β·
verified Β·
1 Parent(s): 211aef9

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 -1
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  tags:
4
  - comfyui
5
  - diffusion-single-file
 
 
6
  ---
7
 
8
  # VOID: Video Object and Interaction Deletion
@@ -29,4 +31,4 @@ Place the files in the following folders:
29
  β”‚ β”‚ └── t5xxl_fp16.safetensors
30
  β”‚ └── πŸ“‚ vae/
31
  β”‚ └── cogvideox_vae.safetensors
32
- ```
 
3
  tags:
4
  - comfyui
5
  - diffusion-single-file
6
+ base_model:
7
+ - netflix/void-model
8
  ---
9
 
10
  # VOID: Video Object and Interaction Deletion
 
31
  β”‚ β”‚ └── t5xxl_fp16.safetensors
32
  β”‚ └── πŸ“‚ vae/
33
  β”‚ └── cogvideox_vae.safetensors
34
+ ```