← All models
Upscales and cleans up the image.
Details
- Accepts
- image
Pricing
- Price
- 3.75 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed for the inference. |
| loras | array | Optional additional LoRAs to merge (max 3). |
| image_urlrequired | string | The image to upscale. |
| sync_mode | boolean | Whether to return the image in sync mode. |
| lora_scale | number | The scale factor for the LoRA adapter. |
| output_format | stringenum: jpeg, png, webp | The format of the output image. |
| guidance_scale | number | The guidance scale for the inference. |
| upscale_factor | number | Target scale factor for the output resolution. |
| num_inference_steps | integer | Number of inference steps for the upscaling pass. |
| enable_safety_checker | boolean | Whether to enable the safety checker. Disabling it requires account authorization; unauthorized requests are always checked. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed for the inference. |
| images | array | The edited image. |
| prompt | string | The prompt used for the inference. |