π¦ ClawHub
Multishot UGC
by @pauldelavallaz
Generate 10 perspective/angle variations from a single image for multi-shot UGC videos. β USE WHEN: - Have a hero image and need camera angle variations - Creating multi-scene UGC videos (need different shots) - Want close-ups, wide shots, side angles from one source - Building a video with scene changes β DON'T USE WHEN: - Don't have a hero image yet β use morpheus-fashion-design first - Need completely different scenes/locations β use Morpheus multiple times - Just need one image β skip this
π‘ Examples
uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \
--image "./person-with-product.png" \
--output-dir "./multishot-output" \
[--text "Custom exploration prompt"] \
[--resolution 1K|2K|4K] \
[--aspect-ratio 9:16|16:9|1:1|4:3|3:4]
With URL:
uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \
--image "https://example.com/image.png" \
--output-dir "./variations"
π Tips & Best Practices
TERMINAL
clawhub install multishot-ugc