All models
Imagev1.0.0

Pruna Upscale

Upscale to a target megapixel count, up to 128 MP.

5 inputsIMAGE
Pruna Upscale input
Pruna Upscale output

Upscaled to 4 megapixels

Run the node

IMAGE
1 – 128INT
BOOLEAN
BOOLEAN
TEXT
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 p-image-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("p-image-upscale", {
  image: { ref: "https://..." },
  targetMegapixels: { value: 4 },
  enhanceDetails: { value: false },
  enhanceRealism: { value: false },
  outputFormat: { value: "jpg" },
});

Schema

Inputs

image*IMAGE
targetMegapixelsINT4
enhanceDetailsBOOLEANfalse
enhanceRealismBOOLEANfalse
outputFormatTEXT
webp · jpg · png
jpg

Outputs

imageIMAGE