
Seedance V2
- 354k installs
- 31 repo stars
- Updated May 15, 2026
- agentspace-so/runcomfy-agent-skills
Seedance 2.0 Pro is a Claude skill that generates cinematic video with ByteDance's Seedance 2.0 Pro model through the local RunComfy CLI.
About
Generates cinematic short-form video with ByteDance's Seedance 2.0 Pro through the local RunComfy CLI. A developer uses it for lip-synced spokesperson ads, brand-consistent multi-language narratives, or previs that combines character images, scene videos and reference audio into one shot. It emphasizes putting stable identity in image references and evolving action in the prompt, and routes to HappyHorse or Wan 2.7 for other needs.
- Cinematic text-to-video with ByteDance Seedance 2.0 Pro via the RunComfy CLI
- Multi-modal references: up to 9 images, 3 videos, 3 audio clips
- Native in-pass lip-synced audio, no separate TTS step
Seedance V2 by the numbers
- 354,269 all-time installs (skills.sh)
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
seedance-v2 capabilities & compatibility
Skill is MIT-licensed; needs a RunComfy account and GPU generation is billed by RunComfy.
- Capabilities
- video generation · lip sync · multi reference composition
- Use cases
- video generation
- Runs
- Local or remote
- Pricing
- Bring your own API key
What seedance-v2 says it does
multimodal cinematic video generator with native lip-synced audio
0–9 references (JPEG/PNG/WebP/BMP/TIFF/GIF).
Stable identity (face, costume, brand mark, logo) → put in `image_url`.
npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill seedance-v2Add your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 354k |
|---|---|
| repo stars | ★ 31 |
| Security audit | 2 / 3 scanners passed |
| Last updated | May 15, 2026 |
| Repository | agentspace-so/runcomfy-agent-skills ↗ |
How do you run Seedance 2.0 Pro on RunComfy?
Generate a cinematic short video from multi-modal references (images, videos, audio) with native lip-synced audio.
Who is it for?
Multi-modal cinematic short-form with native lip-sync and reference identity fidelity
Skip if: Clips longer than 15s or resolution above 720p on this endpoint
When should I use this skill?
User says 'seedance', 'seedance 2', or asks to generate video with this model
What you get
Cinematic short-form video clip, multi-modal reference manifest, and Seedance 4–15s schema settings.
- generated video file downloaded to output-dir
By the numbers
- up to 9 image, 3 video, 3 audio references
- duration 4-15s
- resolution ceiling 720p
Files
Seedance 2.0 Pro — Pro Pack on RunComfy
runcomfy.com · Seedance 2.0 Pro · GitHub
ByteDance Seedance 2.0 Pro — multimodal cinematic video generator with native lip-synced audio — hosted on the RunComfy Model API.
npx skills add agentspace-so/runcomfy-skills --skill seedance-v2 -gWhen to pick this model (vs siblings)
Seedance 2.0 Pro's distinct strength is multi-modal cinematic short-form: combine character images + scene videos + reference audio into one coherent shot. Pick it when fidelity to a reference identity / scene matters and you want native lip-sync.
| You want | Use |
|---|---|
| Lip-synced spokesperson / dialogue ad | Seedance 2.0 Pro |
| Multi-modal references (image + video + audio) | Seedance 2.0 Pro |
| Brand-consistent multi-language narrative | Seedance 2.0 Pro |
| Currently-#1 blind-vote video quality | HappyHorse 1.0 |
| Audio-driven lip-sync from your own track | Wan 2.7 (audio_url) |
| Motion editing on existing footage | Kling Video O1 |
| Ultra-fast iteration | LTX 2 |
If the user said "Seedance" / "Seedance 2" / "ByteDance video" explicitly, route here regardless.
Prerequisites
1. RunComfy CLI — npm i -g @runcomfy/cli 2. RunComfy account — runcomfy login opens a browser device-code flow. 3. CI / containers — set RUNCOMFY_TOKEN=<token> instead of runcomfy login.
Endpoints + input schema
bytedance/seedance-v2/pro
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
prompt | string | yes | — | CN ≤ 500 chars OR EN ≤ 1000 words. |
image_url | array | no | [] | 0–9 references (JPEG/PNG/WebP/BMP/TIFF/GIF). |
video_url | array | no | [] | 0–3 clips (MP4/MOV), 2–15s each. |
audio_url | array | no | [] | 0–3 audio refs (WAV/MP3), 2–15s, < 15MB each. |
aspect_ratio | enum | no | adaptive | adaptive, 16:9, 9:16, 4:3, 3:4, 1:1, 21:9. |
duration | int | no | 5 | 4–15 (whole seconds). |
resolution | enum | no | 720p | 480p or 720p. |
generate_audio | bool | no | true | In-pass synchronized speech / SFX / music. |
seed | int | no | — | Reproducibility. |
How to invoke
Default (text only, 5s, 720p with audio):
runcomfy run bytedance/seedance-v2/pro \
--input '{"prompt": "<user prompt>"}' \
--output-dir <absolute/path>Lip-synced ad with character reference (image-stable, text-evolves):
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 (image + video + audio refs):
runcomfy run bytedance/seedance-v2/pro \
--input '{
"prompt": "Subject from image 1 walks through the café from video 1Related skills
How it compares
Pick seedance-v2 when multiple image, video, and audio references drive a 4–15s cinematic clip; pick happyhorse-1-0 for simpler Arena-ranked text-only t2v.
FAQ
How many reference assets does seedance-v2 support?
seedance-v2 documents Seedance 2.0 Pro multi-modal references up to 9 images, 3 videos, and 3 audio inputs. Clips run 4–15 seconds via runcomfy run bytedance/seedance-v2/pro.
What duration range does seedance-v2 document?
seedance-v2 covers ByteDance Seedance 2.0 Pro clips from 4 to 15 seconds with synchronized in-pass audio and natural lip-sync. The skill includes cinematic motion refinement prompting guidance.
Is Seedance V2 safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.