infery
← All models

Pony V7

pony-v7

Image generationby Pony V7

Pony V7 is a finetuned text to image for superior aesthetics and prompt following.

images

Details

Accepts
text

Pricing

Price
3.75 cr / megapixel

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.
image_sizeThe size of the generated image.
num_imagesintegerThe number of images to generate
noise_sourcestringenum: gpu, cpu The source of the noise to use for generating images. If set to 'gpu', the noise will be generated on the GPU. If set to 'cpu', the noise will be generated on the CPU.
output_formatstringenum: jpeg, pngThe format of the generated image.
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.

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 generated images
promptstringThe prompt used for generating the image.
timingsobject
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.