← Back to all generators

prunaai/p-image

A sub 1 second text-to-image model built for production use cases.

Capabilities

1:1 4:3 3:4 16:9 9:16 2:3 3:2 Seed

Cost

Community model (estimated from hardware time)

Input Parameters

prompt required string

Text prompt for image generation.

aspect_ratio string

Aspect ratio for the generated image.

Default: "16:9"
1:1 16:9 9:16 4:3 3:4 3:2 2:3 custom
disable_safety_checker boolean

Disable safety checker for generated images.

Default: false
height integer

Height of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.

min: 256, max: 1440
hf_api_token string

HuggingFace API token. If you're using a HuggingFace LoRAs that needs authentication, you'll need to provide an API token.

lora_scale number

Determines how strongly the main LoRA should be applied. 0.5 usually works well for most LoRAs.

Default: 0.5 min: -1, max: 3
lora_weights string

Load LoRA weights. Supports HuggingFace URLs in the format huggingface.co/<owner>/<model-name>[/<lora-weights-file.safetensors>]. HuggingFace LoRAs may require an API token to access, which you can provide in the `hf_api_token` input.

prompt_upsampling boolean

Upsample the prompt with an LLM.

Default: false
seed integer

Random seed. Set for reproducible generation.

width integer

Width of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.

min: 256, max: 1440
Version: 8527975e8949 Updated: 2/26/2026 4.7M runs