infery
← All models

Uno

uno

Image editby Uno

An AI model that transforms input images into new ones based on text prompts, blending reference visuals with your creative directions.

images

Details

Accepts
image

Pricing

Price
6.25 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducible generation. If set none, a random seed will be used.
promptrequiredstringThe prompt to generate an image from.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_size The size of the generated image. You can choose between some presets or custom height and width that **must be multiples of 8**.
num_imagesintegerThe number of images to generate.
output_formatstringenum: jpeg, pngThe format of the generated image.
guidance_scalenumber The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you.
input_image_urlsrequiredarrayURL of images to use while generating the image.
num_inference_stepsintegerThe number of inference steps to perform.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked.

Output

FieldTypeDescription
seedinteger Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
imagesarrayThe URLs of the generated images.
promptstringThe prompt used to generate the image.
timingsobject
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.