infery
← 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

Details

Accepts
text + image

Pricing

Price
1.25 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.
no_opbooleanHealth check mode - returns status without inference.
turbobooleanIf turned on, the model will run faster with additional optimizations. For complicated tasks, it is recommended to turn this off.
imagesarrayImages to use as a reference. For editing task, provide the main image as the first image.
replicate_weightsenum: default, multiple_angles, relight, light_restoration, white_to_scene, fusionTask to perform with P-Edit.