← All models
Chrono Edit
chrono-edit
Image editby chrono-edit
NVIDIA's Logically Consistent and Physics-Aware Image Editing Model
images
Pricing
- Price
- 1.25 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed for the inference. |
| promptrequired | string | The prompt to edit the image. |
| image_urlrequired | string | The image to edit. |
| sync_mode | boolean | Whether to return the image in sync mode. |
| resolution | stringenum: 480p, 720p | The resolution of the output image. |
| turbo_mode | boolean | Enable turbo mode to use for faster inference. |
| output_format | stringenum: jpeg, png, webp | The format of the output image. |
| guidance_scale | number | The guidance scale for the inference. |
| num_inference_steps | integer | The number of inference steps to perform. |
| enable_safety_checker | boolean | Whether to enable the safety checker. |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. |
| enable_temporal_reasoning | boolean | Whether to enable temporal reasoning. |
| num_temporal_reasoning_steps | integer | The number of temporal reasoning steps to perform. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed for the inference. |
| images | array | The edited image. |
| prompt | string | The prompt used for the inference. |
