MODELS/image/FLUX Inpainting
FLUX Inpainting
SAMPLE OUTPUT
━━ MODEL

FLUX Inpainting.

Black Forest Labs
flux-lora/inpainting

Paint a mask over any area and describe the change. Powers Inpaint.

━━ RATE
$0.046
per image
ALL-IN. NO HIDDEN FEES.
━━ INPUT
13 PARAMS

PLAYGROUND

URL of image to use for inpainting. or img2img

The prompt to generate an image from.

The mask to area to Inpaint in.

The size of the generated image.

━━ OUTPUT
AWAITING INPUT.
━━ CURL

CALL IT FROM
ANYTHING.

curl https://plumestudios.dev/api/run/flux-lora/inpainting \
  -H "Authorization: Bearer $PLUME_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "image_url": "…",
  "mask_url": "…",
  "prompt": "…"
}'