--- license: apache-2.0 tags: - comfyui --- # VOID: Video Object and Interaction Deletion Repackaged model files for ComfyUI. Original model repository: - https://huggingface.co/netflix/void-model (apache-2.0) - https://github.com/princeton-vl/raft (bsd-3-clause) - https://huggingface.co/zai-org/CogVideoX-2b (apache-2.0) Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 diffusion_models/ │ │ ├── void_pass1.safetensors │ │ └── void_pass2.safetensors │ ├── 📂 optical_flow/ │ │ └── raft_large_C_T_SKHT_V2-ff5fadd5.safetensors │ ├── 📂 text_encoders/ │ │ └── t5xxl_fp16.safetensors │ ├── 📂 text_encoders/ │ │ └── cogvideox_vae.safetensors ```