agentsclimarketplace

P image

Skill VRIL-LABS/skill-jam/skills/ai-ml/skills-main/skills-main/tools/image/p-image

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 generationFrom its SKILL.md

Install
npx -y skills add VRIL-LABS/skill-jam --skill p-image

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.9 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

Pruna P-Image Generation

Generate images with Pruna's optimized P-Image models via inference.sh CLI.

P-Image Generation

Quick Start

Requires inference.sh CLI (infsh). Install instructions

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.

ModelApp IDBest For
P-Imagepruna/p-imageFast text-to-image, multiple aspect ratios
P-Image-LoRApruna/p-image-loraCustom styles with preset LoRAs
P-Image-Editpruna/p-image-editImage editing with multi-image support
P-Image-Edit-LoRApruna/p-image-edit-loraStylized image editing

Examples

Text-to-Image

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:

infsh app run pruna/p-image-lora --input '{
  "prompt": "portrait of a woman in golden hour light",
  "lora_preset": "photos-realism"
}'

Available presets: photos-realism, pixel-art, japanese-modern-look, cinematic-movie-style, graffiti-splash, neon-punk, anime-2-5d, ethereal-portrait, retro-90s-style, ink-sketchbook, paper-cut

Image Editing

infsh app run pruna/p-image-edit --input '{
  "prompt": "change the background to a beach",
  "images": ["https://your-image.jpg"]
}'

Multi-Image Compositing

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

infsh app run pruna/p-image --input '{
  "prompt": "landscape mountain scene",
  "aspect_ratio": "16:9"
}'

Supported ratios: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, or custom with width/height

Other Pruna Models

Pruna offers optimized versions of popular models:

# 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

infsh app list --namespace pruna

Related Skills

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli

# 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-image

Browse all apps: infsh app list

Documentation

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.