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

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 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node krea-2-medium \
-i prompt="example" \
-i aspectRatio="1:1" \
-i creativity="medium" \
-i styleReference=@https://... \
-i styleReferenceStrength=0.5 \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "krea-2-medium",
"inputs": {
"prompt": {
"value": "example"
},
"aspectRatio": {
"value": "1:1"
},
"creativity": {
"value": "medium"
},
"styleReference": {
"ref": "https://..."
},
"styleReferenceStrength": {
"value": 0.5
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"krea-2-medium","inputs":{"prompt":{"value":"example"},"aspectRatio":{"value":"1:1"},"creativity":{"value":"medium"},"styleReference":{"ref":"https://..."},"styleReferenceStrength":{"value":0.5},"seed":{"value":1}}}'Schema
Inputs
| prompt* | TEXT | ||
| aspectRatio | TEXT | 1:1 · 4:3 · 3:2 · 16:9 · 2.35:1 · 4:5 · 2:3 · 9:16 | 1:1 |
| creativity | TEXT | raw · low · medium · high | medium |
| styleReference | IMAGE | ||
| styleReferenceStrength | FLOAT | Style strength | 0.5 |
| seed | INT |
Outputs
| image | IMAGE |