an ancient spellbook with glowing runes on the cover

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 rd-plus 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("rd-plus", {
prompt: { value: "example" },
style: { value: "default" },
width: { value: 256 },
height: { value: 256 },
removeBg: { value: false },
init: { ref: "https://..." },
seed: { value: 1 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node rd-plus \
-i prompt="example" \
-i style="default" \
-i width=256 \
-i height=256 \
-i removeBg=false \
-i init=@https://... \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "rd-plus",
"inputs": {
"prompt": {
"value": "example"
},
"style": {
"value": "default"
},
"width": {
"value": 256
},
"height": {
"value": 256
},
"removeBg": {
"value": false
},
"init": {
"ref": "https://..."
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"rd-plus","inputs":{"prompt":{"value":"example"},"style":{"value":"default"},"width":{"value":256},"height":{"value":256},"removeBg":{"value":false},"init":{"ref":"https://..."},"seed":{"value":1}}}'Schema
Inputs
| prompt* | TEXT | ||
| style | TEXT | default · retro · watercolor · textured · cartoon · ui_element · item_sheet · character_turnaround · environment · isometric · isometric_asset · topdown_map · topdown_asset · classic · topdown_item · low_res · mc_item · mc_texture · skill_icon | default |
| width | INT | 256 | |
| height | INT | 256 | |
| removeBg | BOOLEAN | Remove background | false |
| init | IMAGE | Init image | |
| seed | INT |
Outputs
| image | IMAGE |