p-image
Original:🇺🇸 English
Translated
Generate images with Pruna P-Image models via inference.sh CLI. Models: P-Image, P-Image-LoRA, P-Image-Edit, P-Image-Edit-LoRA. Capabilities: text-to-image, image editing, LoRA styles, multi-image compositing, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna, p-image, pruna image, fast image generation, optimized flux, pruna ai, p image, fast ai image, economic image generation, cheap image generation
2.6kinstalls
Sourceinference-shell/skills
Added on
NPX Install
npx skill4agent add inference-shell/skills p-imageTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Pruna P-Image Generation
Generate images with Pruna's optimized P-Image models via inference.sh CLI.

Quick Start
Requires inference.sh CLI (). Get installation instructions:infshnpx skills add inference-sh/skills@agent-tools
bash
infsh login
infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}'P-Image Models
Pruna optimizes AI models for speed without sacrificing quality.
| Model | App ID | Best For |
|---|---|---|
| P-Image | | Fast text-to-image, multiple aspect ratios |
| P-Image-LoRA | | Custom styles with preset LoRAs |
| P-Image-Edit | | Image editing with multi-image support |
| P-Image-Edit-LoRA | | Stylized image editing |
Examples
Text-to-Image
bash
infsh app run pruna/p-image --input '{
"prompt": "professional product photo of sneakers, studio lighting",
"aspect_ratio": "1:1"
}'With LoRA Presets
P-Image-LoRA includes built-in style presets:
bash
infsh app run pruna/p-image-lora --input '{
"prompt": "portrait of a woman in golden hour light",
"lora_preset": "photos-realism"
}'Available presets: , , , , , , , , , ,
photos-realismpixel-artjapanese-modern-lookcinematic-movie-stylegraffiti-splashneon-punkanime-2-5dethereal-portraitretro-90s-styleink-sketchbookpaper-cutImage Editing
bash
infsh app run pruna/p-image-edit --input '{
"prompt": "change the background to a beach",
"images": ["https://your-image.jpg"]
}'Multi-Image Compositing
bash
infsh app run pruna/p-image-edit --input '{
"prompt": "combine these images into a collage",
"images": ["https://img1.jpg", "https://img2.jpg", "https://img3.jpg"]
}'Custom Aspect Ratios
bash
infsh app run pruna/p-image --input '{
"prompt": "landscape mountain scene",
"aspect_ratio": "16:9"
}'Supported ratios: , , , , , , , or with width/height
1:116:99:164:33:43:22:3customOther Pruna Models
Pruna offers optimized versions of popular models:
bash
# FLUX Dev (optimized)
infsh app run pruna/flux-dev --input '{"prompt": "..."}'
# FLUX Klein 4B (extremely fast, $0.0001/image)
infsh app run pruna/flux-klein-4b --input '{"prompt": "..."}'
# Qwen Image
infsh app run pruna/qwen-image --input '{"prompt": "..."}'
# Z-Image Turbo (ultra-fast)
infsh app run pruna/z-image-turbo --input '{"prompt": "..."}'
# WAN Image Small (batch generation)
infsh app run pruna/wan-image-small --input '{"prompt": "..."}'Browse All Pruna Apps
bash
infsh app list --namespace prunaRelated Skills
bash
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@agent-tools
# All image generation models
npx skills add inference-sh/skills@ai-image-generation
# Pruna video generation
npx skills add inference-sh/skills@p-video
# FLUX models
npx skills add inference-sh/skills@flux-imageBrowse all apps:
infsh app listDocumentation
- Running Apps - How to run apps via CLI
- Image Generation Example - Complete image generation guide
- Streaming Results - Real-time progress updates