Instructions to use Comfy-Org/void-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/void-model with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Revert "Add diffusion-single-file tag to README (#2)"
Browse filesThis reverts commit fdb4c9ded672dcbcba91c9b07a7bdd4db7b53a13.
README.md
CHANGED
|
@@ -1 +1,31 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 (apache-2.0)
|
| 14 |
+
- https://github.com/princeton-vl/raft (bsd-3-clause)
|
| 15 |
+
- https://huggingface.co/zai-org/CogVideoX-2b (apache-2.0)
|
| 16 |
+
|
| 17 |
+
Place the files in the following folders:
|
| 18 |
+
|
| 19 |
+
```
|
| 20 |
+
π ComfyUI/
|
| 21 |
+
βββ π models/
|
| 22 |
+
β βββ π diffusion_models/
|
| 23 |
+
β β βββ void_pass1.safetensors
|
| 24 |
+
β β βββ void_pass2.safetensors
|
| 25 |
+
β βββ π optical_flow/
|
| 26 |
+
β β βββ raft_large_C_T_SKHT_V2-ff5fadd5.safetensors
|
| 27 |
+
β βββ π text_encoders/
|
| 28 |
+
β β βββ t5xxl_fp16.safetensors
|
| 29 |
+
β βββ π text_encoders/
|
| 30 |
+
β β βββ cogvideox_vae.safetensors
|
| 31 |
+
```
|