All models
Imagev1.0.0

Flux Fill (Inpaint)

Fill masked areas of an image guided by a text prompt. White mask = fill, black = keep.

6 inputsIMAGE
Flux Fill (Inpaint) input
Flux Fill (Inpaint) output

Prompt: “a bunch of colorful hot-air balloons in the sky”

Run the node

IMAGE
IMAGE
Mask (white = fill)
TEXT
1 – 50INT
0 – 10FLOAT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins flux-fill-dev and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("flux-fill-dev", {
  image: { ref: "https://..." },
  mask: { ref: "https://..." },
  prompt: { value: "example" },
  steps: { value: 28 },
  guidance: { value: 3.5 },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
mask*IMAGE
Mask (white = fill)
prompt*TEXT
stepsINT28
guidanceFLOAT3.5
seedINT

Outputs

imageIMAGE