Try Topaz Image Upscaler in the Workbench
Run this model interactively, tune parameters, and compare outputs.
topazlabs-image-upscale
Professional-grade image upscaling powered by AI, from Topaz Labs.
Standard V2 (general purpose) Low Resolution V2 (for low-res images) CGI (for digital art) High Fidelity V2 (preserves details) Text Refine (optimized for text)
Example request
- Sync
- Async
- Async with SSE
See the image editing reference for more details.
- Minimal
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
input_image | string | "https://hub.oxen.ai/api/repos/ox/Oxen-Character-Simple-Vector-Graphic/file/main/images/reference/bloxy_white_bg.png" | Image to use as reference. Must be jpeg, png, gif, or webp. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
enhance_model | string | "High Fidelity V2" | Models to Use: Standard V2 (general purpose), Low Resolution V2 (for low-res images), CGI (for digital art), High Fidelity V2 (preserves details), Text Refine (optimized for text) One of: Standard V2, Low Resolution V2, CGI, High Fidelity V2, Text Refine. |
upscale_factor | string | "2x" | How much to upscale the image One of: 4x, 2x. |
output_format | string | "png" | Format of the output images One of: jpg, png. |