All models
Imagev1.0.0

Flux Canny

Regenerate an image while preserving exact outlines and silhouettes from the reference.

5 inputsIMAGE
Flux Canny input
Flux Canny output

Prompt: “a clean colored-pencil sketch of the same subject”

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-canny-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-canny-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