Infery.ai
← 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

FieldTypeDescription
seedThe seed for the inference.
promptrequiredstringThe prompt to edit the image.
image_urlrequiredstringThe image to edit.
sync_modebooleanWhether to return the image in sync mode.
resolutionstringenum: 480p, 720pThe resolution of the output image.
turbo_modebooleanEnable turbo mode to use for faster inference.
output_formatstringenum: jpeg, png, webpThe format of the output image.
guidance_scalenumberThe guidance scale for the inference.
num_inference_stepsintegerThe number of inference steps to perform.
enable_safety_checkerbooleanWhether to enable the safety checker.
enable_prompt_expansionbooleanWhether to enable prompt expansion.
enable_temporal_reasoningbooleanWhether to enable temporal reasoning.
num_temporal_reasoning_stepsintegerThe number of temporal reasoning steps to perform.

Output

FieldTypeDescription
seedintegerThe seed for the inference.
imagesarrayThe edited image.
promptstringThe prompt used for the inference.