Infery.ai
← All models

P Image

p-image

Image generationby prunaai

P-Image by PrunaAI generates high-quality images in under a second with strong prompt adherence and text rendering. Use P-Image with an API.

images

Pricing

Price
0.625 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedintegerRandom seed. Set for reproducible generation.
widthintegerWidth of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.
heightintegerHeight of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.
promptrequiredstringText prompt for image generation.
lora_scalenumberDetermines how strongly the main LoRA should be applied. 0.5 usually works well for most LoRAs.
aspect_ratioenum: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2Aspect ratio for the generated image.
hf_api_tokenstring
lora_weightsstring
prompt_upsamplingbooleanUpsample the prompt with an LLM.
disable_safety_checkerbooleanDisable safety checker for generated images.