← All models
Upscale images by a given factor.
Details
- Accepts
- image
Pricing
- Price
- 0.139 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| face | boolean | Upscaling a face |
| tile | integer | Tile size. Default is 0, that is no tile. When encountering the out-of-GPU-memory issue, please specify it, e.g., 400 or 200 |
| model | stringenum: RealESRGAN_x4plus, RealESRGAN_x2plus, RealESRGAN_x4plus_anime_6B, RealESRGAN_x4_v3, RealESRGAN_x4_wdn_v3, RealESRGAN_x4_anime_v3 | Model to use for upscaling |
| scale | number | Rescaling factor |
| image_urlrequired | string | Url to input image |
| output_format | stringenum: png, jpeg | Output image format (png or jpeg) |
Output
| Field | Type | Description |
|---|---|---|
| image | — | Upscaled image |