ComfyUI Node
LaMa Inpaint π
Removes masked content with a TorchScript LaMa model while preserving unmasked pixels. Models are read from ComfyUI/models/lama and are never downloaded by the node.
LaMa Inpaint π
- image
- mask
- image
βmodelbig-lama.ptβΊ
Categoryπ AusBoss/Image
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | BHWC images or video frames to inpaint. | |
| mask | MASK | White areas are replaced. One mask may be broadcast across the full image batch. | |
| model | COMBO | big-lama.pt | TorchScript LaMa checkpoint from ComfyUI/models/lama. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Inpainted BHWC image batch with the original dimensions and unmasked pixels preserved. |