#39 · Primary category: Image Generation
lama
🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
Project last updated:02/05/25
GitHub Stars
10.2K
Forks
1.1K
Contributors
14
License
Apache-2.0
Why we included this project
LaMa is the reference implementation behind several popular object removal and cleanup tools, so teams building photo editing features will recognize it as a proven core. It fills arbitrary masked regions of an image, such as a person, cable, or watermark, using a GAN built on Fourier convolutions, which the authors show handles large masks and periodic textures better than most earlier approaches. The resolution-robust behavior is the real draw: it trained on small crops yet generalizes to roughly 2K input, so you can slot it into an editing pipeline without retraining for every image size. Pretrained weights for Places2 and CelebA-HQ are available, and you can run inference from the command line or a Docker image, which makes evaluating it against your own images quick. The project is well documented and has spawned several third-party wrappers, a useful on-ramp if you want something lighter than the raw research code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.