infery
← All models

P Image Lora

p-image-lora

Image generationby Prunaai

P-Image LoRA by PrunaAI lets you run trained LoRAs for customized image generation. Use P-Image LoRA with an API.

images

Details

Accepts
text

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.