All models
Imagev1.0.0
Recraft Crisp Upscale
Sharpen and clean up an image without reimagining it
1 inputIMAGE


Sharpened and cleaned, nothing reimagined
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 recraft-crisp-upscale 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("recraft-crisp-upscale", {
image: { ref: "https://..." },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node recraft-crisp-upscale \
-i image=@https://...{
"name": "runs_node",
"arguments": {
"node": "recraft-crisp-upscale",
"inputs": {
"image": {
"ref": "https://..."
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"recraft-crisp-upscale","inputs":{"image":{"ref":"https://..."}}}'Schema
Inputs
| image* | IMAGE |
Outputs
| image | IMAGE |