infery
← All models

AuraFlow

aura-flow

Image generationby infery

AuraFlow v0.3 is an open-source flow-based text-to-image generation model that achieves state-of-the-art results on GenEval. The model is currently in beta.

images

Details

Accepts
text

Pricing

Price
0.156 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedThe seed to use for generating images
promptrequiredstringThe prompt to generate images 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.
num_imagesintegerThe number of images to generate
expand_promptbooleanWhether to perform prompt expansion (recommended)
guidance_scalenumberClassifier free guidance scale
num_inference_stepsintegerThe number of inference steps to take
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked, and images flagged as unsafe are returned as black images.

Output

FieldTypeDescription
seedintegerThe seed used to generate the images
imagesarrayThe generated images
promptstringThe expanded prompt
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.