← Back to all generators

prunaai/p-image-upscale

Fastest image upscaler in the world (<1s) supporting outputs up to 128 MP. contact us for dedicated endpoints.

Capabilities

Reference Images

Cost

Community model (estimated from hardware time)

Input Parameters

imagerequiredstring

Input image to upscale.

disable_safety_checkerboolean

Disable safety checker for generated images.

Default: false
enhance_detailsboolean

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

Default: false
enhance_realismboolean

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

Default: false
factornumber

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

Default: 2min: 1, max: 8
no_opboolean

Deprecated and ignored. Predictions always run normally.

Default: false
output_formatstring

Format of the output images

Default: "jpg"
webpjpgpng
output_qualityinteger

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

Default: 80min: 0, max: 100
targetinteger

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

Default: 4min: 1, max: 128
upscale_modestring

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

Default: "target"
targetfactor
Version: b998e77850c3Updated: 7/25/2026746.7K runs