image-to-scene

Solid

Convert an ink painting's original image prompt into a video generation motion prompt for image-to-video APIs. Use when animating a verse-to-prompt result — requires that original prompt as input; never guess from a description alone.

AI & Automation 3 stars 0 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Image → Scene Prompt Convert a static ink painting into a motion prompt for image-to-video generation. The motion prompt tells the video model what CHANGES between frame 1 and the last frame — not what the image looks like. ## Required Input The **original image prompt** from `verse-to-prompt` is **mandatory**. This is the source of truth for what exists in the painting. Acceptable inputs: - The full verse-to-prompt output (preferred — has style, prompt, and translation) - The image prompt string alone (e.g., "A river god rises from churning rapids...") - A hexagram key (e.g., `44-44`) — you look up the prompt from `data/yilin/prompts/` **Never generate a motion prompt from a verbal description, screenshot, or memory of a painting.** If you don't have the original image prompt, stop and ask for it. ## The Correspondence Rule Every element named in the motion prompt MUST exist in the original image prompt. Read the image prompt, identify its movable elements (water, wind, figures, light, particles), and build motion ONLY from those. ``` # Original image prompt (source of truth): "A river god rises from churning rapids, mouth open in a great shout, arms spread to bar the crossing. Foreground, waves crash against a stone ferry landing, spray flying diagonally. Midground, a traveler reins in his horse at the water's edge, startled." # Movable elements: rapids, waves, spray, horse, storm clouds # NOT movable: river god (static pose), stone landing (architecture) # Good...

Details

Author
augchan42
Repository
augchan42/inkstone
Created
5 months ago
Last Updated
5 days ago
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category