Lexius commited on
Commit
ae8b847
Β·
verified Β·
1 Parent(s): 641bb9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - comfyui
5
+ ---
6
+
7
+ # VOID: Video Object and Interaction Deletion
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Original model repository:
12
+
13
+ - https://huggingface.co/netflix/void-model
14
+
15
+ Place the files in the following folders:
16
+
17
+ ```
18
+ πŸ“‚ ComfyUI/
19
+ β”œβ”€β”€ πŸ“‚ models/
20
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
21
+ β”‚ β”‚ β”œβ”€β”€ void_pass1.safetensors
22
+ β”‚ β”‚ └── void_pass2.safetensors
23
+ ```