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

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 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node flux-dev \
-i prompt="example" \
-i init=@https://... \
-i aspectRatio="1:1" \
-i steps=28 \
-i guidance=3 \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "flux-dev",
"inputs": {
"prompt": {
"value": "example"
},
"init": {
"ref": "https://..."
},
"aspectRatio": {
"value": "1:1"
},
"steps": {
"value": 28
},
"guidance": {
"value": 3
},
"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-dev","inputs":{"prompt":{"value":"example"},"init":{"ref":"https://..."},"aspectRatio":{"value":"1:1"},"steps":{"value":28},"guidance":{"value":3},"seed":{"value":1}}}'Schema
Inputs
| prompt* | TEXT | ||
| init | IMAGE | Init image | |
| aspectRatio | TEXT | 1:1 · 16:9 · 21:9 · 3:2 · 2:3 · 4:5 · 5:4 · 3:4 · 4:3 · 9:16 · 9:21 | 1:1 |
| steps | INT | 28 | |
| guidance | FLOAT | 3 | |
| seed | INT |
Outputs
| image | IMAGE |