Model
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image_url | string | Yes | - | URL of the image to upscale |
upscale_factor | string | No | 1x | 1x, 2x, 4x, 8x, or 16x |
denoise | float | No | 0.5 | Denoise strength (0.0–1.0) |
sharpen | float | No | 0.5 | Sharpen strength (0.0–1.0) |
face_enhancement | boolean | No | true | Enable face enhancement |
Upscale Factors
| Factor | Description | Example |
|---|---|---|
1x | Original resolution (enhancement only) | 500x500 → 500x500 |
2x | 2x dimensions | 500x500 → 1000x1000 |
4x | 4x dimensions | 500x500 → 2000x2000 |
8x | 8x dimensions | 500x500 → 4000x4000 |
16x | 16x dimensions | 500x500 → 8000x8000 |
