accelerate torch torchvision numpy opencv-python pillow transformers scipy diffusers segment-anything matplotlib gradio==5.30.0
ObjectClear:Complete Object Removal via Object-Effect Attention,you can try it in ComfyUI
In the ./ComfyUI /custom_node/ directory, run the following:
git clone https://github.com/smthemex/ComfyUI_ObjectClear.git
pip install -r requirements.txt
├── your comfyUI path/models/checkpoints/
| ├──diffusion_pytorch_model.safetensors # unet dir/ 目录,rename or not 重命名或者随你,可以下fp16的
├── your comfyUI path/models/vae/
| ├──diffusion_pytorch_model.safetensors # vae dir/目录,rename or not 重命名或者随你
├── models/clip_vision/
| ├── diffusion_pytorch_model.safetensors # image_prompt_encoder 目录,其实就是这个: clip-vit-large-patch14.safetensors
├── models/clip/
| ├── model.safetensors # postfuse_module dir /目录 rename or not 重命名或者随你 ,可以下fp16
| ├── clip_l.safetensors # normal comfyUI clip 常规comfy的clip
| ├── clip_g.safetensors # normal comfyUI clip 常规comfy的clip
@InProceedings{zhao2025ObjectClear,
title = {{ObjectClear}: Complete Object Removal via Object-Effect Attention},
author = {Zhao, Jixin and Zhou, Shangchen and Wang, Zhouxia and Yang, Peiqing and Loy, Chen Change},
booktitle = {arXiv preprint arXiv:2505.22636},
year = {2025}
}