Labsco
inference-sh logo

p-video

โ˜… 582

by qu-skills ยท part of inference-sh/skills

Generate videos with Pruna P-Video and WAN models via inference.sh CLI. Models: P-Video, WAN-T2V, WAN-I2V. Capabilities: text-to-video, image-to-video, audio support, 720p/1080p, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna video, p-video, pruna ai video, fast video generation, optimized video, wan t2v, wan i2v, economic video generation, cheap video generation, pruna text to video, pruna image to video

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup
๐Ÿงฉ One of 7 skills in the inference-sh/skills package โ€” works on its own, and pairs well with its siblings.

Generate videos with Pruna P-Video and WAN models via inference.sh CLI. Models: P-Video, WAN-T2V, WAN-I2V. Capabilities: text-to-video, image-to-video, audio support, 720p/1080p, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna video, p-video, pruna ai video, fast video generation, optimized video, wan t2v, wan i2v, economic video generation, cheap video generation, pruna text to video, pruna image to video

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates โ€” shown here so you can audit it before installing. You don't need to read it to use the skill.


name: p-video description: "Generate videos with Pruna P-Video and WAN models via inference.sh CLI. Models: P-Video, WAN-T2V, WAN-I2V. Capabilities: text-to-video, image-to-video, audio support, 720p/1080p, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna video, p-video, pruna ai video, fast video generation, optimized video, wan t2v, wan i2v, economic video generation, cheap video generation, pruna text to video, pruna image to video" allowed-tools: Bash(belt *)

Install the belt CLI skill: npx skills add belt-sh/cli

Pruna P-Video Generation

Generate videos with Pruna's optimized video models via inference.sh CLI.

P-Video Generation

Pruna Video Models

Pruna optimizes AI models for speed without sacrificing quality.

ModelApp IDBest For
P-Videopruna/p-videoText-to-video, image-to-video, with audio
WAN-T2Vpruna/wan-t2vText-to-video, 480p/720p
WAN-I2Vpruna/wan-i2vAnimate images, 480p/720p

Examples

Text-to-Video

Copy & paste โ€” that's it
belt app run pruna/p-video --input '{
  "prompt": "waves crashing on a beach at sunset",
  "duration": 5,
  "resolution": "720p"
}'

Image-to-Video

Copy & paste โ€” that's it
belt app run pruna/p-video --input '{
  "prompt": "gentle camera movement, clouds drifting",
  "image": "https://your-image.jpg"
}'

With Audio

P-Video supports audio input that syncs with the video:

Copy & paste โ€” that's it
belt app run pruna/p-video --input '{
  "prompt": "person talking in an interview setting",
  "audio": "https://your-audio.mp3"
}'

WAN Text-to-Video

Fast and economical text-to-video:

Copy & paste โ€” that's it
belt app run pruna/wan-t2v --input '{
  "prompt": "a cat playing with a ball of yarn",
  "resolution": "720p",
  "duration": 5
}'

WAN Image-to-Video

Animate any still image:

Copy & paste โ€” that's it
belt app run pruna/wan-i2v --input '{
  "prompt": "gentle movement, natural motion, subtle breathing",
  "image": "https://portrait.jpg",
  "resolution": "720p"
}'

1080p High Quality

Copy & paste โ€” that's it
belt app run pruna/p-video --input '{
  "prompt": "cinematic landscape with dramatic clouds",
  "resolution": "1080p",
  "duration": 5
}'

Draft Mode (Faster, Cheaper)

Copy & paste โ€” that's it
belt app run pruna/p-video --input '{
  "prompt": "quick concept test video",
  "draft": true
}'

Resolution Options

ModelResolutionsPricing
P-Video720p, 1080pPer second, varies by resolution/draft
WAN-T2V480p, 720p$0.05 (480p), $0.10 (720p) per video
WAN-I2V480p, 720p$0.05 (480p), $0.11 (720p) per video

Browse All Pruna Apps

Copy & paste โ€” that's it
belt app list --namespace pruna

Related Skills

Copy & paste โ€” that's it
# Full platform skill (all 250+ apps)
npx skills add inference-sh/skills@infsh-cli

# All video generation models
npx skills add inference-sh/skills@ai-video-generation

# Image-to-video guide
npx skills add inference-sh/skills@image-to-video

# Pruna image generation
npx skills add inference-sh/skills@p-image

# Text-to-speech (for video narration)
npx skills add inference-sh/skills@text-to-speech

Browse all apps: belt app store

Documentation