Recover 3

Model Overview

Recover 3 is a compact generative model built on Stable Diffusion, designed to upscale low-resolution images into high-fidelity masterpieces. It excels at generating rich, natural details, avoiding the artificial, over-sharpened, over-smoothed look common in other AI upscalers. Highly optimized for efficiency, Recover 3 is lightweight enough to run smoothly on standard consumer hardware.

Samples

Before
After

Model Endpoint

  • https://api.topazlabs.com/image/v1/enhance-gen/async

    • model: "Recover 3"

Parameters

  • inputHeight: # optional, int, default = None

  • inputWidth: # optional, int, default = None

  • outputHeight: # optional, int, default = None

  • outputWidth: # optional, int, default = None

  • enhancementStrength: float, 0.0 <= x <= 10.0, default = 5.0

API Request Samples

Last updated