← Back to all generators

prunaai/p-image-upscale

Fastest image upscaler in the world (<1s) supporting outputs up to 128 MP.

Capabilities

Reference Images

Cost

Community model (estimated from hardware time)

Input Parameters

image required string

Input image to upscale.

disable_safety_checker boolean

Disable safety checker for generated images.

Default: false
enhance_details boolean

Enhance fine textures and small details. May increase contrast and introduce minor deviations from the original image.

Default: false
enhance_realism boolean

Improve realism. May deviate more from the original image. Recommended for AI-generated images.

Default: false
factor number

Scaling factor applied to each side of the image (used when upscale_mode is 'factor'). Output capped at 128 MP.

Default: 2 min: 1, max: 8
no_op boolean

Deprecated and ignored. Predictions always run normally.

Default: false
output_format string

Format of the output images

Default: "jpg"
webp jpg png
output_quality integer

Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs

Default: 80 min: 0, max: 100
target integer

Target resolution in megapixels (used when upscale_mode is 'target').

Default: 4 min: 1, max: 128
upscale_mode string

Upscale mode. 'target' scales to a fixed megapixel resolution. 'factor' multiplies each side by the given factor.

Default: "target"
target factor
Version: fd55475411b1 Updated: 6/26/2026 375.3K runs