✓ Verified 💻 Development ✓ Enhanced Data

Multishot Ugc

Generate 10 perspective/angle variations from a single image for multi-shot UGC videos. ✅ USE WHEN:

Rating
4.7 (189 reviews)
Downloads
7,379 downloads
Version
1.0.0

Overview

Generate 10 perspective/angle variations from a single image for multi-shot UGC videos. ✅ USE WHEN: - Have a hero.

Complete Documentation

View Source →

Multishot-UGC

Generate 10 perspective variations of an image using ComfyDeploy's MULTISHOT-UGC workflow.

Overview

Multishot-UGC takes a single image and generates 10 different variations exploring different perspectives, angles, and compositions. These variations are designed to be used in VEED lip-sync workflows to create dynamic UGC-style promotional videos with varied camera shots.

API Details

Endpoint: https://api.comfydeploy.com/api/run/deployment/queue Deployment ID: 9ccbb29a-d982-48cc-a465-bae916f2c7fd

Required Inputs

InputDescriptionDefault
input_imageURL or path to the source imageRequired
textDescription for exploration"Explora distintas perspectivas de esta escena"
resolutionOutput resolution"2K"
aspect_ratioOutput aspect ratio"9:16"

Usage

bash
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:

bash
uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \
  --image "https://example.com/image.png" \
  --output-dir "./variations"

Output

The workflow generates 10 PNG images with variations:

  • 1_00001_.png through 10_00001_.png
Each image explores a different perspective/angle of the original scene while maintaining subject identity and composition coherence.

Workflow Integration

Typical Pipeline

  • Generate hero image with Morpheus/Ad-Ready
bash
uv run morpheus... --output hero.png
  • Create 10 angle variations
bash
uv run multishot-ugc... --image hero.png --output-dir ./shots
  • Select best variations for VEED lip-sync
bash
# Review shots, then generate videos for chosen ones
   uv run veed-ugc... --image ./shots/3_00001_.png --brief "..."

Notes

  • Source image should be high quality (at least 1K resolution)
  • Works best with images containing a clear subject/person
  • Generation takes ~2-3 minutes for 10 variations
  • All variations maintain the original aspect ratio unless specified

Installation

Terminal bash

openclaw install multishot-ugc
    
Copied!

💻Code Examples

--output-dir "./variations"

---output-dir-variations.txt
## Output

The workflow generates 10 PNG images with variations:
- `1_00001_.png` through `10_00001_.png`

Each image explores a different perspective/angle of the original scene while maintaining subject identity and composition coherence.

## Workflow Integration

### Typical Pipeline

1. **Generate hero image with Morpheus/Ad-Ready**
example.sh
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]
example.sh
uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \
  --image "https://example.com/image.png" \
  --output-dir "./variations"

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author pauldelavallaz
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install multishot-ugc