advimman / lama

🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
https://advimman.github.io/lama-project/
Apache License 2.0
7.91k stars 838 forks source link

Does Llama support inpainting a given image onto the original image as opposed to just removing from the original image #321

Open muhammadsr opened 3 months ago

muhammadsr commented 3 months ago

If I have the base image, the mask, and a given input image that I want to inpaint on the base image, does Llama support this?

Example

Base Image bottle_3

Mask logo_mask

Given Input Image logo

Is there a way to accomplish this?