prunaai/p-image π’πββ β πΌοΈ
About
A sub 1 second text-to-image model built for production use cases.
Example Output
Prompt:
"A photo of a plant nursery entrance features a chalkboard sign reading "SOTA Efficiency 0.5 cent per image," with a purple neon light beside it displaying "Pruna AI". Next to it hangs a poster showing a beautiful golden "P", and beneath the poster is written "P-Image made thisβ. There is a basket with prunes in front of the store. There is a small cute knitted purple prune next to the basket."
Output
Performance Metrics
0.63s
Prediction Time
0.64s
Total Time
All Input Parameters
{
"prompt": "A photo of a plant nursery entrance features a chalkboard sign reading \"SOTA Efficiency 0.5 cent per image,\" with a purple neon light beside it displaying \"Pruna AI\". Next to it hangs a poster showing a beautiful golden \"P\", and beneath the poster is written \"P-Image made thisβ. There is a basket with prunes in front of the store. There is a small cute knitted purple prune next to the basket.",
"aspect_ratio": "16:9"
}
Input Parameters
- seed
- Random seed. Set for reproducible generation.
- width
- Width of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.
- height
- Height of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.
- prompt (required)
- Text prompt for image generation.
- lora_scale
- Determines how strongly the main LoRA should be applied. 0.5 usually works well for most LoRAs.
- aspect_ratio
- Aspect ratio for the generated image.
- hf_api_token
- HuggingFace API token. If you're using a HuggingFace LoRAs that needs authentication, you'll need to provide an API token.
- lora_weights
- 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
- Upsample the prompt with an LLM.
- disable_safety_checker
- Disable safety checker for generated images.
Output Schema
Output
Example Execution Logs
Using seed: 298662 Generation took 0.60 seconds
Version Details
- Version ID
8527975e894984ac13c83a6ba96533dbe666cd1093b0dc4ba3632c0baa5f3ca2- Version Created
- February 25, 2026