Profile

topazlabs / upscale/image

Upscale and enhance your images using a variety of powerful AI models. Increase resolution up to 4x, restore details, and use specialized modes for photos, CGI, and text, with optional face enhancement for professional-quality results.

Priced by megapixels

Model Input

Input

Url of the image to be upscaled

Model to use for image enhancement.

Min: 1 - Max: 4

Factor to upscale the video by (e.g. 2.0 doubles width and height)

Output format of the upscaled image.

Subject detection mode for the image enhancement.

Whether to apply face enhancement to the image.

Additional Settings

Customize your input with more control.

Min: 0 - Max: 1

Creativity level for face enhancement. 0.0 means no creativity, 1.0 means maximum creativity. Ignored if face ehnancement is disabled.

Min: 0 - Max: 1

Strength of the face enhancement. 0.0 means no enhancement, 1.0 means maximum enhancement. Ignored if face ehnancement is disabled.

You need to be logged in to run this model and view results.
Log in

Model Output

Output

Fill in the input form and click submit to see the output
Logs (1 lines)

Model Example Requests

Examples

FozMW7QyuNwgh0JvxO1RUFRqtLX2428WXqouBhFUDt

Model Pricing

Pricing

Model pricing varies by the megapixel count of your output image.

Up to 24 MP
$0.0800
per megapixel of image
or around 13 megapixels for $1
Up to 48 MP
$0.1600
per megapixel of image
or around 6 megapixels for $1
Up to 96 MP
$0.3200
per megapixel of image
or around 3 megapixels for $1
Up to 512 MP
$1.3600
per megapixel of image
or around $1.36 per megapixel

Model Details

Model Details

Elevate your images with powerful and accurate enhancement. This model uses advanced AI to upscale, restore, and refine your photos, producing professional-grade results. Whether you're working with low-resolution files, vintage photos, or digital art, you can significantly improve clarity, detail, and overall quality.

Choose from a variety of specialized enhancement models tailored to your specific needs: * **Standard V2 & High Fidelity V2:** Excellent all-rounders for general photo enhancement. * **Low Resolution V2:** Specifically designed to recover details in very small or compressed images. * **CGI:** Perfect for sharpening and upscaling computer-generated or anime-style images. * **Text Refine:** Improves the legibility of text within your images. * **Recovery & Redefine:** Powerful tools for restoring details and reducing artifacts in noisy or degraded photos.

You can increase the image resolution by up to 4x the original size using the `upscale_factor`. For portraits, enable `face_enhancement` to intelligently reconstruct facial features, adjusting the `strength` and `creativity` to achieve a natural look. The model also allows you to focus the enhancement on the foreground or background with `subject_detection`, giving you precise control over the final output. This is the ideal tool for photographers, designers, and anyone looking to prepare images for high-resolution displays and print.

### Example Usage To run this model using the ModelRunner JavaScript client, use the following code:

```javascript import { modelrunner } from "@modelrunner/client";

const result = await modelrunner.subscribe('topazlabs/upscale/image', { input: { "image_url": "https://storage.googleapis.com/falserverless/model_tests/codeformer/codeformer_poor_1.jpeg", "model": "High Fidelity V2", "upscale_factor": 4, "face_enhancement": true, "face_enhancement_strength": 0.9 } }); ```