All models
Imagev1.0.0

Pruna Image Edit (Fast)

Sub-second instruction editing, with task presets and a second reference image

6 inputsIMAGE
Pruna Image Edit (Fast) input
Pruna Image Edit (Fast) output

Prompt: “make it golden hour, warm rim light on the subject”

Run the node

TEXT
IMAGE
Image to edit
IMAGE
Second reference
TEXT
TEXT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

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 },
});

Schema

Inputs

prompt*TEXT
image*IMAGE
Image to edit
referenceIMAGE
Second reference
taskTEXT
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
aspectRatioTEXT
match_input_image · 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3
match_input_image
seedINT

Outputs

imageIMAGE
Pruna Image Edit (Fast) | BlitFlow