← All models
You can make edits simply by drawing a quick sketch on the input image.
images
Details
- Accepts
- image
Pricing
- Price
- 0.00875 cr / second
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). |
| promptrequired | string | Describe how to transform the sketched regions. |
| mask_url | — | Optional mask image where black areas indicate regions to sketch/paint. |
| image_urlrequired | string | The image to edit. |
| sync_mode | boolean | Whether to return the image in sync mode. |
| lora_scale | number | The scale factor for the LoRA adapter. |
| resolution | stringenum: 480p, 720p | The resolution of the output image. |
| turbo_mode | boolean | Enable turbo mode to use faster inference. |
| output_format | stringenum: jpeg, png, webp | The format of the output image. |
| guidance_scale | number | Classifier-free guidance scale. |
| num_inference_steps | integer | Number of denoising steps to run. |
| 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. |