All models
Imagev1.0.0
Pruna Image Edit (Fast)
Sub-second instruction editing, with task presets and a second reference image
6 inputsIMAGE


Prompt: “make it golden hour, warm rim light on the subject”
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 pruna-image-edit 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("pruna-image-edit", {
prompt: { value: "example" },
image: { ref: "https://..." },
reference: { ref: "https://..." },
task: { value: "default" },
aspectRatio: { value: "match_input_image" },
seed: { value: 1 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node pruna-image-edit \
-i prompt="example" \
-i image=@https://... \
-i reference=@https://... \
-i task="default" \
-i aspectRatio="match_input_image" \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "pruna-image-edit",
"inputs": {
"prompt": {
"value": "example"
},
"image": {
"ref": "https://..."
},
"reference": {
"ref": "https://..."
},
"task": {
"value": "default"
},
"aspectRatio": {
"value": "match_input_image"
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"pruna-image-edit","inputs":{"prompt":{"value":"example"},"image":{"ref":"https://..."},"reference":{"ref":"https://..."},"task":{"value":"default"},"aspectRatio":{"value":"match_input_image"},"seed":{"value":1}}}'Schema
Inputs
| prompt* | TEXT | ||
| image* | IMAGE | Image to edit | |
| reference | IMAGE | Second reference | |
| task | TEXT | default · multiple_angles · relight · light_restoration · white_to_scene · fusion · add_characters · next_scene · style_consistency · subject_consistency · scene_consistency · to_anime · to_3dchibi · to_caricature · photous · extract_texture · apply_texture · upscale · anything_to_real · white_film_to_rendering | default |
| aspectRatio | TEXT | match_input_image · 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3 | match_input_image |
| seed | INT |
Outputs
| image | IMAGE |