ink spreading through water, slow motion, high contrast
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 wan-2-2-t2v-fast 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("wan-2-2-t2v-fast", {
prompt: { value: "example" },
aspectRatio: { value: "16:9" },
resolution: { value: "480p" },
numFrames: { value: 81 },
framesPerSecond: { value: 16 },
seed: { value: 1 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node wan-2-2-t2v-fast \
-i prompt="example" \
-i aspectRatio="16:9" \
-i resolution="480p" \
-i numFrames=81 \
-i framesPerSecond=16 \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "wan-2-2-t2v-fast",
"inputs": {
"prompt": {
"value": "example"
},
"aspectRatio": {
"value": "16:9"
},
"resolution": {
"value": "480p"
},
"numFrames": {
"value": 81
},
"framesPerSecond": {
"value": 16
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"wan-2-2-t2v-fast","inputs":{"prompt":{"value":"example"},"aspectRatio":{"value":"16:9"},"resolution":{"value":"480p"},"numFrames":{"value":81},"framesPerSecond":{"value":16},"seed":{"value":1}}}'Schema
Inputs
| prompt* | TEXT | ||
| aspectRatio | TEXT | 16:9 · 9:16 | 16:9 |
| resolution | TEXT | 480p · 720p | 480p |
| numFrames | INT | Frames | 81 |
| framesPerSecond | INT | 16 | |
| seed | INT |
Outputs
| video | VIDEO |