Remove Object (LaMa)

Community
Image Generation

Object removal and cleanup using LaMa inpainting. Paint a mask over an unwanted object, logo or person and the model fills the area with plausible background, erasing it from the photo.

Generate with Remove Object (LaMa)
Describe what you want and pick a size — the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DR·Last updated June 24, 2026

Remove Object (LaMa) is image generation AI model from Community, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

Built on LaMa (large mask inpainting), this model removes masked regions from an image and reconstructs the area behind them. Useful for deleting distractions, watermarks, photobombers or props while keeping the rest of the scene intact. Requires the source image plus a mask of the region to erase.
Try Remove Object (LaMa)
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€2.00

API Integration

Use our OpenAI-compatible API to integrate Remove Object (LaMa) into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("remove-object-lama", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("remove-object-lama", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€2.00
Developer
Community
Category
Image Generation
Supported Formats
image
Tags
background-removal
object-removal
lama
inpainting
cleanup
image

Frequently asked questions

Start using Remove Object (LaMa) today

Get started with free credits. No credit card required. Access Remove Object (LaMa) and 100+ other models through a single API.