一句提示词,生成竖屏AI舞蹈短片

先生成一张带动作标注的舞步网格,用它指导编舞,再生成与音乐同步的舞蹈,最后把网格展示和舞蹈合成一条竖屏短片。

  • 视频
  • 6 个流水线
  • ≥ 14.2 积分

人工智能代理

终端

初次使用? 快速开始
01
Homebrew brew install pipe2-ai/tap/pipe2
Go go install github.com/pipe2-ai/pipe2-cli/cmd/pipe2@latest
02
获取 API 令牌 ↗ echo "$PAT" | pipe2 auth login --token -

更改结果

--subject
string默认breakdancer in baggy neon techwearWho's dancing. Used in both the grid render and the Seedance prompt.
--style
string默认K-pop solo choreographyGenre/style label: e.g. "K-pop solo choreography", "urban hip-hop", "classical ballet".
--moves
string默认moonwalk, body roll, donkey kick, electric slideComma-separated list of named moves Seedance should perform in order.
--music
string默认K-pop dance anthem at 128 BPM. Punchy four-on-the-floor kick, sidechained glossy synth lead, glittery hi-hats, percussive synth stab on the off-beats. Full energy from bar one, no intro.Mood prompt for the Eleven Music soundtrack.
--persona
string默认Optional persona description (e.g. 'red-haired fashion-forward 21-year-old influencer in pink avant-garde outfit'). When set, generates a multi-angle character sheet first and passes it to Seedance as a second reference image so the dance preserves identity across frames.
--watermark-url
asset_url默认Override the default Pipe2 logo with your own image (URL or local path). Empty means use the bundled Pipe2 watermark.
--ratio
enum默认9:16Output aspect ratio. 9:16 for TikTok/Reels, 16:9 for landscape.
9:16 · 16:9 · 1:1
9:1616:91:1
--dance-seconds
int默认8Duration of the Seedance segment. 4-15s; total reel is +3s for the grid reveal.
--music-url
asset_url默认Pre-existing music file (URL or local path). When set, music-generator is skipped and this track is used directly.
--no-watermark
bool默认falseShip the output unbranded. Skips the watermark step entirely.
--persona-url
asset_url默认Pre-existing persona reference (URL or local path: same shape as --music-url / --watermark-url). When set, image-generator is skipped and this image goes directly to Seedance as the identity anchor. Use for recurring brand mascots or when you already have a character sheet you trust.
--watermark-scale
int默认20Watermark width as a percentage of the video width.
--watermark-variant
enum默认lightWhich bundled Pipe2 logo to use when --watermark-url is empty. "light" for dark videos, "dark" for bright ones; coloured variants match the clip palette.
amber · aqua · crimson +4
amberaquacrimsondarkemeraldindigolight
工作原理 6 个流水线
  1. GPT Image 2生成一张包含16个格子的舞步参考图,每格放置一个带动作名称的姿势。

    图像
  2. Eleven Music会在生成舞蹈前创作一段以人声为主的K-pop配乐,让编舞能够跟随它的节奏。

    音频
  3. 把舞步网格制作成舞蹈开始前的简短画面展示。

    视频
  4. Seedance 2 Pro以网格作为编舞参考,以配乐作为时间参考,让动作同时贴合视觉分镜和节拍。

    视频
  5. 用简短的交叉淡化衔接网格展示和舞蹈,并配上完整音轨。

    视频
  6. 在左上角叠加Pipe2标志(或你通过--watermark-url提供的标志),让内容被转发时仍保留出处;传入--no-watermark即可跳过。

    视频
为什么有效以及可以更改什么

为什么有效

网格就是视觉分镜。image-generator会在4×4的版面中生成16个带动作 名称的舞蹈姿势。Seedance把它作为参考图,按顺序跟随每个格子,而不是 逐帧猜测动作。输入明确的动作名称,生成结果就会呈现同一个动作。

音乐是在舞蹈之前完成的,而不是事后添加。Seedance把成品音轨作为 时间参考,因此编舞会落在节奏上,不会显得与配乐脱节。

最影响效果的设置

  • moves:投入很少,却最能提升质量。像“太空步、身体波浪、 驴踢”这样的具体动作名称,比宽泛的形容词更有效。每个名称都会成为 网格中的标注,Seedance会读取这些标注。
  • dance_style:同时决定网格和舞蹈的整体风格,例如“K-pop 单人编舞”或“古典芭蕾”。描述要具体;“舞蹈”本身并不是一种风格。
  • subject / personasubject用来说明谁在跳舞、穿什么; persona用于固定重复出现的角色,让同一张脸和同一套服装贯穿整条短片。 明确写出服装和场景,通常比笼统的人物描述更容易得到理想效果。

时长、音乐氛围、水印和画幅比例都提供了实用的默认值;完整设置请查看 配方选项。

备注

人物、音乐和水印素材既可以即时生成,也可以使用已有文件。人物可用 personapersona-url,配乐可填写音乐氛围或使用music-url, 标志可填写水印提示词或使用watermark-url。如果品牌已有固定标志或 精选音轨,直接使用对应的URL选项即可。