Interface UpscaleImageParameters

User-facing config UpscaleImageParameters.

interface UpscaleImageParameters {
    config?: UpscaleImageConfig;
    image: Image;
    model: string;
    upscaleFactor: string;
}

Properties

Configuration for upscaling.

image: Image

The input image to upscale.

model: string

The model to use.

upscaleFactor: string

The factor to upscale the image (x2 or x4).

MMNEPVFCICPMFPCPTTAAATR