All models
Imagev2.0.0

Flux Schnell

Fast, cheap text-to-image with FLUX.1 [schnell]

4 inputsIMAGE

a red panda barista pulling an espresso shot, warm morning light, shallow depth of field

Flux Schnell output

Run the node

TEXT
INT
INT
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-schnell 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-schnell", {
  prompt: { value: "example" },
  steps: { value: 4 },
  width: { value: 1024 },
  height: { value: 1024 },
});

Schema

Inputs

prompt*TEXT
stepsINT4
widthINT1024
heightINT1024

Outputs

imageIMAGE