Infery.ai
← All models

Uso

uso

Image generationby uso

Use USO to perform subject driven generations using reference image.

images

Pricing

Price
12.5 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducible generation. Use same seed for consistent results.
promptstringText prompt for generation. Can be empty for pure style transfer.
keep_sizebooleanPreserve the layout and dimensions of the input content image. Useful for style transfer.
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_sizeThe size of the generated image.
num_imagesintegerNumber of images to generate in parallel.
output_formatstringenum: jpeg, pngOutput image format. PNG preserves transparency, JPEG is smaller.
guidance_scalenumberHow closely to follow the prompt. Higher values stick closer to the prompt.
negative_promptstringWhat you don't want in the image. Use it to exclude unwanted elements, styles, or artifacts.
input_image_urlsrequiredarrayList of image URLs in order: [content_image, style_image, extra_style_image].
num_inference_stepsintegerNumber of denoising steps. More steps can improve quality but increase generation time.
enable_safety_checkerbooleanEnable NSFW content detection and filtering.

Output

FieldTypeDescription
seedintegerSeed used for generation
imagesarrayThe generated images with applied style and/or subject customization
promptstringThe prompt used for generation
timingsobjectPerformance timings for different stages
has_nsfw_conceptsarrayNSFW detection results for each generated image