prunaai/p-image-lora 🔢📝❓✓ → 🖼️
Performance
4.1sTypical run time
139.5KTotal runs
About
Use trained LoRAs from the https://replicate.com/prunaai/p-image-trainer. Find or contribute LoRAs here https://huggingface.co/collections/PrunaAI/p-image-loras
Example Output
Prompt:
"pixel art style A cozy cabin in a snowy forest with smoke from the chimney."
Output
Performance Metrics
4.10s
Prediction Time
4.11s
Total Time
All Input Parameters
{
"prompt": "pixel art style A cozy cabin in a snowy forest with smoke from the chimney.",
"lora_scale": 0.5,
"aspect_ratio": "1:1",
"lora_weights": "https://huggingface.co/davidberenstein1957/p-image-pixel-art-lora/resolve/main/weights.safetensors",
"prompt_upsampling": false
}
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: 364687 Generation took 1.40 seconds
Version Details
- Version ID
077cbe9bf82aaf239c1802ebfd0f7353f2f471cbeca641a7780a141cdaea5701- Version Created
- February 17, 2026