photo_upscaler
Image Upscaler — Enlarge an existing image 2x or 4x with super-resolution detail recovery, with an optional face-enhancement pass. Sharpens and upsizes a user-supplied photo; does not generate new imagery. [category: photo]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Hard 10 MB cap (400 above it). JPG/PNG/WebP/BMP only — no GIF/HEIC. Big images risk the 120s upscale timeout. | |
| model | No | fast (default) — ~16s at any scale, softer on very fine texture. quality — best fine detail but 50s at 2x and 245s at 4x on CPU; expect a wait. | fast |
| scale | No | Upscale factor; invalid values silently fall back to 2. With the default fast model 4x costs the same as 2x. | |
| face_enhance | No | Run the additional face-enhancement pass. | |
| output_format | No | Optional output format; defaults to the input format. |