zf-kbot/md-iu-rtx-upscaler-test

Public
15 runs

Run zf-kbot/md-iu-rtx-upscaler-test with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
input_image
string
Input image to upscale
resize_mode
None
scale_by_multiplier
How to determine the output size
scale
number
2

Min: 1

Max: 4

Upscale multiplier when resize_mode=scale_by_multiplier
target_width
integer
1920

Min: 64

Max: 8192

Target width when resize_mode=target_dimensions
target_height
integer
1080

Min: 64

Max: 8192

Target height when resize_mode=target_dimensions
quality
None
ULTRA
RTX VSR quality preset
output_format
None
png
Output image format

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}