← All models
Use SeedVR2 to upscale your images
Details
- Accepts
- image
Pricing
- Price
- 0.125 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The random seed used for the generation process. |
| image_urlrequired | string | The input image to be processed |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| noise_scale | number | The noise scale to use for the generation process. |
| upscale_mode | stringenum: target, factor | The 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_format | stringenum: png, jpg, webp | The format of the output image. |
| upscale_factor | number | Upscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`. |
| target_resolution | stringenum: 720p, 1080p, 1440p, 2160p | The target resolution to upscale to when `upscale_mode` is `target`. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The random seed used for the generation process. |
| image | — | Upscaled image file after processing |