storyboard-creation
Installation
SKILL.md
Install the belt CLI skill:
npx skills add belt-sh/cli
Storyboard Creation
Create visual storyboards with AI image generation via inference.sh CLI.
Quick Start
Requires inference.sh CLI (
belt). Install instructions
belt login
# Generate a storyboard panel
belt app run falai/flux-dev-lora --input '{
"prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio",
"width": 1248,
"height": 832
}'
Related skills