All models
Imagev1.0.0
Flux Redux (Variations)
Generate style-consistent variations of an image. No text prompt required.
3 inputsIMAGE


Style-preserving variations of the reference image
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 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node flux-redux-dev \
-i image=@https://... \
-i aspectRatio="1:1" \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "flux-redux-dev",
"inputs": {
"image": {
"ref": "https://..."
},
"aspectRatio": {
"value": "1:1"
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"flux-redux-dev","inputs":{"image":{"ref":"https://..."},"aspectRatio":{"value":"1:1"},"seed":{"value":1}}}'Schema
Inputs
| image* | IMAGE | Reference image | |
| aspectRatio | TEXT | 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3 | 1:1 |
| seed | INT |
Outputs
| image | IMAGE |