All models
Imagev1.0.0
Retro Diffusion Fast (Pixel Art)
Fast pixel-art / retro game-asset generation
7 inputsIMAGE
a brass treasure chest overflowing with gold coins

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-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("rd-fast", {
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-fast \
-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-fast",
"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-fast","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 · simple · detailed · retro · game_asset · portrait · texture · ui · item_sheet · character_turnaround · 1_bit · low_res · mc_item · mc_texture · no_style | default |
| width | INT | 256 | |
| height | INT | 256 | |
| removeBg | BOOLEAN | Remove background | false |
| init | IMAGE | Init image | |
| seed | INT |
Outputs
| image | IMAGE |