All models
Imagev1.0.0

Flux Dev

High-quality text-to-image with FLUX.1 [dev]

6 inputsIMAGE

an astronaut resting in a hammock between two palm trees on an alien beach, golden hour, cinematic

Flux Dev output

Run the node

TEXT
IMAGE
Init image
TEXT
1 – 50INT
0 – 10FLOAT
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-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-dev", {
  prompt: { value: "example" },
  init: { ref: "https://..." },
  aspectRatio: { value: "1:1" },
  steps: { value: 28 },
  guidance: { value: 3 },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
initIMAGE
Init image
aspectRatioTEXT
1:1 · 16:9 · 21:9 · 3:2 · 2:3 · 4:5 · 5:4 · 3:4 · 4:3 · 9:16 · 9:21
1:1
stepsINT28
guidanceFLOAT3
seedINT

Outputs

imageIMAGE