ComfyUI Extension: lama_with_refiner

Authored by fplu

Created

Updated

1 stars

Nodes for lama+refiner inpainting with ComfyUI.

Custom Nodes (0)

    README

    ComfyUI LaMa with Refiner Inpaint Nodes

    Large-image inpainting in ComfyUI using LaMa followed by a refinement stage.


    Installation

    1 / 2 Install the custom node

    cd PATH_TO_COMFYUI/ComfyUI/custom_nodes
    git clone https://github.com/fplu/comfyui_lama_with_refiner.git
    

    2 / 2 Download the LaMa model

    Download big-lama.pt from any of the mirrors below and place it in PATH_TO_COMFYUI/ComfyUI/models/inpaint/ (create the inpaint folder if it doesn’t already exist).


    How to Use in ComfyUI

    1. Add a Load Inpaint LaMa Model node and select big-lama.pt.

    2. Add an Inpaint (LaMa + Refinement) node and connect:

      • Model → output of Load Inpaint LaMa Model
      • Image → image you want to inpaint
      • Mask → corresponding mask of the image

    Acknowledgements