comfyui-lama-remover

comfyui-lama-remover
★ 151

图像修复掩码移除ComfyUI 节点LaMa 模型
在ComfyUI中通过掩码移除图像中不需要的物体并自动修补,集成LaMa模型,操作简单快速。
💡 用掩码快速删除并修补图像中不想要的物体。
🍴 25 Forks💻 Python🔄 2024-08-03
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/6862a2001521
📦 requirements.txt
Pillow
📄 README

Comfyui lama remover

A very simple ComfyUI node to remove item with mask.

Install

  • Navigate to /ComfyUI/custom_nodes/ folder
  • Run \
  • git clone https://github.com/Layer-norm/comfyui-lama-remover.git

  • Restart ComfyUI
  • (If downlaod error occued) \
  • Download big-lama.pt model to /ComfyUI/custom_nodes/comfyui-lama-remover/ckpts/ folder

    Examples

    Acknowledgments

    ComfyUI The most powerful and modular stable diffusion GUI and backend. \

    lama 🦙 LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions.[[1]](https://arxiv.org/abs/2109.07161) \

    simple-lama-inpainting Simple pip package for LaMa inpainting.\

    lama-cleaner A free and open-source inpainting tool powered by SOTA AI model.