Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

seedance-v2种子 v2

Agent Skill

seedance-v2 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

392

周安装

16

GitHub Stars

公开资料未说明

下载量

125
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seedance-v2(种子 v2)
来源仓库:https://github.com/kalvinrv/seedance-v2
安装命令:
openclaw skills install seedance-v2
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install seedance-v2

简介

使用 RunComfy 上的 ByteDance Seedance 2.0 Pro 生成电影短片视频。记录 Seedance 2.0 Pro 的优势(多模式参考 — 最多 9 个参考)

SKILL.md

name
seedance-v2
displayName
🫧 Seedance 2.0 Pro — Pro Pack on RunComfy
description
>
emoji
🫧
homepage
https://www.runcomfy.com
license
MIT
clawdis
requires
bins
env
config

🫧 Seedance 2.0 Pro — Pro Pack on RunComfy

runcomfy.com · docs · Seedance 2.0 Pro model page

Seedance 2.0 Pro is ByteDance's multi-modal cinematic short-form video model. This skill generates video with Seedance 2.0 Pro hosted on the RunComfy Model API — no Seedance API key, no GPU rental, just runcomfy run bytedance/seedance-v2/pro from your terminal.

What Seedance 2.0 Pro is

Seedance 2.0 Pro is the second-generation Seedance model from ByteDance, designed for cinematic short-form video with three properties that make Seedance distinct:

  • Multi-modal Seedance generation. Seedance 2.0 Pro accepts up to 9 image references, 3 video references, and 3 audio references in one Seedance call. No other ByteDance video model exposes this level of multi-input conditioning. Image refs hold identity, video refs hold scene, audio refs hold voice — Seedance routes all three into the output.
  • Native in-pass lip-sync audio. Seedance 2.0 Pro produces speech, ambient sound, and music in the same generation pass as the visuals. Seedance lip-sync is timed to the spoken words without a separate post-sync step. This makes Seedance 2.0 Pro one of the cleanest dialogue-ad models available.
  • Cinematic motion grammar. Seedance 2.0 Pro responds to camera-shot grammar in plain language — "medium close-up, slow push-in, handheld follow, locked tripod" — at the same fidelity as the prompt's character description. Seedance treats motion as a first-class directive.

Seedance 2.0 Pro generates 4–15 second clips at 480p or 720p, in 7 aspect ratios. Seedance prompts accept Chinese (≤500 chars) or English (≤1000 words).

When Seedance 2.0 Pro is the right choice

Pick Seedance 2.0 Pro when any of these is true:

  • You need a lip-synced spokesperson clip. Seedance 2.0 Pro is the strongest lip-sync option in the catalog when you want natural speech generated in-pass.
  • You have multi-modal references — character image + scene video + voice audio. Seedance 2.0 Pro is built for combining them.
  • You're producing brand-consistent multi-language narratives. Seedance image refs hold identity across language variants; the Seedance prompt translates the script.
  • You're shooting cinematic short-form film previs. Seedance camera grammar is fluent.
  • You need reproducible Seedance variants. Pass a fixed seed for deterministic Seedance output.

If the user said "Seedance" / "Seedance 2" / "Seedance Pro" / "Seedance v2" / "ByteDance Seedance" explicitly, route here regardless.

Prerequisites

  1. RunComfy CLInpm i -g @runcomfy/cli
  2. RunComfy accountruncomfy login opens a browser device-code flow.
  3. CI / containers — set RUNCOMFY_TOKEN=<token> instead of runcomfy login.

Endpoint + input schema

bytedance/seedance-v2/pro

This is the Seedance 2.0 Pro endpoint. The Seedance Lite tier and earlier Seedance versions run on different endpoints not covered here.

FieldTypeRequiredDefaultNotes
promptstringyesSeedance accepts CN ≤ 500 chars OR EN ≤ 1000 words.
image_urlarrayno[]0–9 image references for Seedance (JPEG/PNG/WebP/BMP/TIFF/GIF).
video_urlarrayno[]0–3 reference clips for Seedance (MP4/MOV), 2–15s each.
audio_urlarrayno[]0–3 reference audio for Seedance (WAV/MP3), 2–15s, < 15MB each.
aspect_ratioenumnoadaptiveadaptive, 16:9, 9:16, 4:3, 3:4, 1:1, 21:9.
durationintno54–15 (whole seconds). Seedance per-call cap is 15s.
resolutionenumno720p480p or 720p. Seedance Pro tier max is 720p.
generate_audioboolnotrueIn-pass synchronized speech / SFX / music from Seedance.
seedintnoReproducibility for Seedance output.

How to invoke Seedance 2.0 Pro

Default Seedance run (text only, 5s, 720p, with audio):

runcomfy run bytedance/seedance-v2/pro \
  --input '{"prompt": "<Seedance prompt>"}' \
  --output-dir <absolute/path>

Seedance lip-synced ad with character image reference:

runcomfy run bytedance/seedance-v2/pro \
  --input '{
    "prompt": "Medium close-up. The woman explains today'\''s special in a warm friendly tone, slow push-in, soft window light, gentle cafe ambience.",
    "image_url": ["https://.../barista-headshot.jpg"],
    "duration": 8,
    "aspect_ratio": "9:16"
  }' \
  --output-dir <absolute/path>

Multi-modal Seedance call (image + video + audio refs):

runcomfy run bytedance/seedance-v2/pro \
  --input '{
    "prompt": "Subject from image 1 walks through the café from video 1, voice tone matches audio 1.",
    "image_url": ["https://.../subject.jpg"],
    "video_url": ["https://.../cafe-locked-shot.mp4"],
    "audio_url": ["https://.../voice-ref.mp3"]
  }' \
  --output-dir <absolute/path>

The CLI submits the Seedance request, polls every 2s, fetches the Seedance result, and downloads any *.runcomfy.net / *.runcomfy.com URL into --output-dir.

Prompting Seedance 2.0 Pro — what works

Seedance 2.0 Pro responds to specific prompting patterns better than naive prose. Apply these for sharper Seedance output.

Image vs text division — the single most important Seedance rule. Stable identity (face, costume, brand mark, logo) → put in image_url so Seedance preserves it. Evolving narrative (action, mood, lighting, camera) → put in prompt so Seedance generates it. Trying to verbally describe a face in detail wastes Seedance tokens and produces drift.

Camera + motion in plain language. Seedance 2.0 Pro understands "medium close-up", "slow push-in", "handheld follow", "locked-off wide" as real directives. Combine: "Medium close-up. Slow push-in over 3 seconds. Handheld, slight breathing motion." Seedance executes the camera grammar.

Audio direction with generate_audio: true — tell Seedance the tone: "warm friendly conversational", "calm instructional", "crisp newsroom delivery". For ambient: "gentle cafe chatter, distant traffic, no foreground music". Seedance will synthesize audio matching the directive.

Seedance reference media specs. Reference videos must be 2–15s; reference audio must be ≤15MB and 2–15s. Out-of-range files reject. Match aspect ratio of refs to the Seedance output to avoid crops.

Seedance anti-patterns:

  • Mixing radically different aesthetic refs (watercolor + photoreal) → confuses Seedance.
  • Conflicting style cues in the Seedance prompt → simplify by removing contradictions.
  • Trying to describe stable identity verbally → use Seedance image_url instead.
  • Asking Seedance for >15s clips → 422; segment into multiple Seedance calls.

Where Seedance 2.0 Pro shines

Use caseWhy Seedance 2.0 Pro
Spokesperson / dialogue adsSeedance native in-pass lip-sync, no separate TTS step
Brand-consistent multi-language narrativesSeedance image refs hold identity; text drives translation
Cinematic short-form film previsSeedance camera-shot grammar + multi-modal refs
Ad creatives with reference music / VO toneSeedance audio refs guide voice / mood
Reproducible Seedance variant testingSeedance seed control + fixed schema

Sample Seedance prompts (verified to produce strong results)

Default Seedance playground example:

Golden hour on a quiet cafe terrace: a barista wipes the counter, then
looks up and explains today's special in a friendly tone, natural
lip-sync. Medium close-up, slow push-in; warm side light, soft bokeh
through glass, gentle cafe ambience and subtle film grain.

Multi-modal Seedance lip-sync (text + image):

Same person as image 1 in a softly-lit recording booth, leaning into
the mic, says: "We just shipped the biggest update of the year."
Calm conversational tone. Medium close-up, locked tripod, shallow DOF,
warm key light from camera-left.

Seedance FAQ

What's the max Seedance clip duration? A single Seedance 2.0 Pro call generates 4–15 seconds. For longer narratives, segment into multiple Seedance calls and stitch the outputs.

What aspect ratios does Seedance 2.0 Pro support? Seven: adaptive, 16:9, 9:16, 4:3, 3:4, 1:1, 21:9. Seedance defaults to adaptive (matches input refs).

Does Seedance 2.0 Pro do lip-sync? Yes. With generate_audio: true (default), Seedance produces lip-synced speech in-pass. The lip movement on Seedance output is timed to the spoken words.

Can Seedance take an existing audio file as input? Yes — pass it as audio_url. Seedance treats it as a reference (voice tone, mood) rather than a strict lip-sync driver. For audio-driven lip-sync to a literal voiceover, route to a different model.

What languages does Seedance 2.0 Pro accept? Chinese (≤500 chars) or English (≤1000 words) prompts. Seedance output language follows the prompt.

What's the Seedance resolution ceiling? 720p on the Seedance Pro tier here. 4K Seedance variants run on different endpoints not covered by this skill.

How do I get reproducible Seedance output? Pass seed as a fixed int. Same Seedance prompt + same seed = same Seedance generation.

Limitations of Seedance 2.0 Pro

  • Seedance duration cap 15s. Each Seedance call generates at most 15 seconds.
  • Seedance resolution cap 720p on this endpoint.
  • Seedance reference media specs — reference videos / audio must be 2–15s; audio < 15MB.
  • Seedance lip-sync depends on prompt clarity — not guaranteed perfect under all conditions.
  • No @-syntax for character binding in Seedance — relies on image refs + prompt alignment.

Exit codes

codemeaning
0Seedance generation succeeded
64bad CLI args
65bad input JSON for Seedance / schema mismatch
69upstream 5xx
75retryable: timeout / 429
77not signed in or token rejected

Full reference: docs.runcomfy.com/cli/troubleshooting.

How it works

The skill invokes runcomfy run bytedance/seedance-v2/pro with a JSON body matching the Seedance schema. The CLI POSTs to https://model-api.runcomfy.net/v1/models/bytedance/seedance-v2/pro, polls the Seedance request, fetches the Seedance result, and downloads any .runcomfy.net / .runcomfy.com URL into --output-dir. Ctrl-C cancels the remote Seedance request before exit.

Security & Privacy

  • Token storage: runcomfy login writes the API token to ~/.config/runcomfy/token.json with mode 0600.
  • Input boundary: the Seedance prompt is passed as JSON via --input. No shell injection.
  • Third-party content: image / video / audio URLs are fetched by the RunComfy server. Treat external URLs as untrusted — image-based prompt injection is a known risk for any image / video model.
  • Outbound endpoints: only model-api.runcomfy.net and *.runcomfy.net / *.runcomfy.com.
  • Generated-file size cap: 2 GiB.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.78%
按下载量换算103

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills