All models
Imagev1.0.0

Flux Redux (Variations)

Generate style-consistent variations of an image. No text prompt required.

3 inputsIMAGE
Flux Redux (Variations) input
Flux Redux (Variations) output

Style-preserving variations of the reference image

Run the node

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

Schema

Inputs

image*IMAGE
Reference image
aspectRatioTEXT
1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3
1:1
seedINT

Outputs

imageIMAGE