Metadata-Version: 2.1
Name: comfyui-minimax-remover
Version: 1.0.0
Summary: ComfyUI-MiniMax-Remover is a custom node for ComfyUI that enables fast and efficient object removal using minimax optimization. It works in two stages: first, it trains a remover with a simplified DiT model; then it distills a robust version using CFG guidance and fewer inference steps.
Home-page: https://github.com/1038lab/ComfyUI-MiniMax-Remover
Requires-Python: >=3.10
Requires-Dist: diffusers>=0.21.0
Requires-Dist: decord>=0.6.0
Requires-Dist: pillow>=8.0.0
Requires-Dist: einops>=0.6.0
Requires-Dist: scipy>=1.9.0
Requires-Dist: numpy
Requires-Dist: opencv-python-headless
Requires-Dist: huggingface_hub>=0.16.0
Requires-Dist: omegaconf>=2.1.0
Requires-Dist: accelerate>=0.20.0
