Extensions/lama_with_refiner
ComfyUI Extension

lama_with_refiner

Nodes for lama+refiner inpainting with ComfyUI.

By fplu·Created about a year ago·Updated about a year ago· 1
fplu/comfyui_lama_with_refiner
Nodes2
On cloudLocal install
Categoryinpaint
Stars1
Updatedabout a year ago
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