All models
Imagev1.0.0

Flux Kontext

Edit an image with text instructions while preserving character identity and style consistency.

6 inputsIMAGE
Flux Kontext input
Flux Kontext output

Prompt: “turn it into a soft watercolor painting”

Run the node

TEXT
IMAGE
Image to edit
TEXT
TEXT
Format
1 – 50INT
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-kontext-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-kontext-dev", {
  prompt: { value: "example" },
  image: { ref: "https://..." },
  aspectRatio: { value: "match_input_image" },
  outputFormat: { value: "webp" },
  steps: { value: 28 },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
imageIMAGE
Image to edit
aspectRatioTEXT
match_input_image · 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3
match_input_image
outputFormatTEXT
Format
webp · jpg · png
webp
stepsINT28
seedINT

Outputs

imageIMAGE