All models
Imagev1.0.0

Flux Depth

Regenerate an image while preserving depth/perspective structure from the reference.

5 inputsIMAGE
Flux Depth input
Flux Depth output

Prompt: “the same scene reimagined as a neon cyberpunk street at night”

Run the node

IMAGE
Reference image
TEXT
TEXT
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-depth-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-depth-dev", {
  image: { ref: "https://..." },
  prompt: { value: "example" },
  aspectRatio: { value: "match_input_image" },
  steps: { value: 28 },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
Reference image
prompt*TEXT
aspectRatioTEXT
match_input_image · 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3
match_input_image
stepsINT28
seedINT

Outputs

imageIMAGE