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: INLINECODE1
Required Inputs
| Input | Description | Default |
|---|
| INLINECODE2 | URL or path to the source image | Required |
| INLINECODE3 |
Description for exploration | "Explora distintas perspectivas de esta escena" |
|
resolution | Output resolution | "2K" |
|
aspect_ratio | Output aspect ratio | "9:16" |
Usage
CODEBLOCK0
With URL:
CODEBLOCK1
Output
The workflow generates 10 PNG images with variations:
- -
1_00001_.png through INLINECODE7
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
CODEBLOCK2
- 2. Create 10 angle variations
CODEBLOCK3
- 3. Select best variations for VEED lip-sync
CODEBLOCK4
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
Multishot-UGC
使用ComfyDeploy的MULTISHOT-UGC工作流生成一张图像的10种视角变体。
概述
Multishot-UGC接收单张图像,生成10种探索不同视角、角度和构图的变体。这些变体旨在用于VEED唇形同步工作流,创建具有多样化镜头切换的动态UGC风格宣传视频。
API详情
端点: https://api.comfydeploy.com/api/run/deployment/queue
部署ID: 9ccbb29a-d982-48cc-a465-bae916f2c7fd
必需输入
| 输入 | 描述 | 默认值 |
|---|
| input_image | 源图像的URL或路径 | 必需 |
| text |
探索描述 | 探索此场景的不同视角 |
| resolution | 输出分辨率 | 2K |
| aspect_ratio | 输出宽高比 | 9:16 |
使用方法
bash
uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \
--image ./person-with-product.png \
--output-dir ./multishot-output \
[--text 自定义探索提示] \
[--resolution 1K|2K|4K] \
[--aspect-ratio 9:16|16:9|1:1|4:3|3:4]
使用URL:
bash
uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \
--image https://example.com/image.png \
--output-dir ./variations
输出
工作流生成10张PNG图像变体:
- - 100001.png 至 1000001.png
每张图像探索原始场景的不同视角/角度,同时保持主体身份和构图连贯性。
工作流集成
典型流程
- 1. 使用Morpheus/Ad-Ready生成主图像
bash
uv run morpheus... --output hero.png
- 2. 创建10种角度变体
bash
uv run multishot-ugc... --image hero.png --output-dir ./shots
- 3. 选择最佳变体用于VEED唇形同步
bash
# 审查镜头,然后为选中的镜头生成视频
uv run veed-ugc... --image ./shots/3
00001.png --brief ...
注意事项
- - 源图像应为高质量(至少1K分辨率)
- 最适合包含清晰主体/人物的图像
- 生成10种变体约需2-3分钟
- 除非另有指定,所有变体保持原始宽高比