infery
← All models

SeedVR2

seedvr-upscale-image-seamless

Image upscaleby ByteDance

Use SeedVR2 to upscale images, retaining seamless tiling

Details

Accepts
image

Pricing

Price
0.313 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedThe random seed used for the generation process.
image_urlrequiredstringThe input image to be processed
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
noise_scalenumberThe noise scale to use for the generation process.
upscale_modestringenum: target, factorThe mode to use for the upscale. If 'target', the upscale factor will be calculated based on the target resolution. If 'factor', the upscale factor will be used directly.
output_formatstringenum: png, jpeg, webpThe format of the output image.
upscale_factornumberUpscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`.
target_resolutionstringenum: 720p, 1080p, 1440p, 2160pThe target resolution to upscale to when `upscale_mode` is `target`.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.

Output

FieldTypeDescription
seedintegerThe random seed used for the generation process.
imageUpscaled image file after processing