UpScaler: Pick<SDInfoBase, "name" | "model_name" | "scale"> & {
    model_path: string;
    model_url: string;
}

Represents the Upscaler object