All models
Imagev1.0.0

Krea 2 Medium

Expressive illustration and anime styles.

6 inputsIMAGE

an anime-style rooftop at dusk, city lights blooming behind a lone figure

Krea 2 Medium output

Run the node

TEXT
TEXT
TEXT
IMAGE
0 – 1FLOAT
Style strength
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 krea-2-medium 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("krea-2-medium", {
  prompt: { value: "example" },
  aspectRatio: { value: "1:1" },
  creativity: { value: "medium" },
  styleReference: { ref: "https://..." },
  styleReferenceStrength: { value: 0.5 },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
aspectRatioTEXT
1:1 · 4:3 · 3:2 · 16:9 · 2.35:1 · 4:5 · 2:3 · 9:16
1:1
creativityTEXT
raw · low · medium · high
medium
styleReferenceIMAGE
styleReferenceStrengthFLOAT
Style strength
0.5
seedINT

Outputs

imageIMAGE