seedance-v2

द्वारा agentspace-so

RunComfy पर ByteDance Seedance 2.0 Pro के साथ सिनेमैटिक शॉर्ट-फॉर्म वीडियो बनाएं। Seedance 2.0 Pro की क्षमताओं (मल्टी-मॉडल रेफरेंस — 9 इमेज, 3 वीडियो, 3 ऑडियो तक, प्राकृतिक लिप-सिंक के साथ सिंक्रोनाइज़्ड इन-पास ऑडियो, सिनेमैटिक मोशन रिफाइनमेंट), 4–15 सेकंड की अवधि योजना, और कब इसके बजाय HappyHorse 1.0 / Wan 2.7 / Kling पर रूट करना है, का दस्तावेज़ीकरण करता है। स

npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill seedance-v2

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 -g

When 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 wantUse
Lip-synced spokesperson / dialogue adSeedance 2.0 Pro
Multi-modal references (image + video + audio)Seedance 2.0 Pro
Brand-consistent multi-language narrativeSeedance 2.0 Pro
Currently-#1 blind-vote video qualityHappyHorse 1.0
Audio-driven lip-sync from your own trackWan 2.7 (audio_url)
Motion editing on existing footageKling Video O1
Ultra-fast iterationLTX 2

If the user said "Seedance" / "Seedance 2" / "ByteDance video" 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.

Endpoints + input schema

bytedance/seedance-v2/pro

FieldTypeRequiredDefaultNotes
promptstringyesCN ≤ 500 chars OR EN ≤ 1000 words.
image_urlarrayno[]0–9 references (JPEG/PNG/WebP/BMP/TIFF/GIF).
video_urlarrayno[]0–3 clips (MP4/MOV), 2–15s each.
audio_urlarrayno[]0–3 audio refs (WAV/MP3), 2–15s, < 15MB each.
aspect_ratioenumnoadaptiveadaptive, 16:9, 9:16, 4:3, 3:4, 1:1, 21:9.
durationintno54–15 (whole seconds).
resolutionenumno720p480p or 720p.
generate_audioboolnotrueIn-pass synchronized speech / SFX / music.
seedintnoReproducibility.

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 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, polls, fetches the result, downloads *.runcomfy.net/*.runcomfy.com URLs into --output-dir.

Prompting — what actually works

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

Camera + motion in plain language. "Medium close-up", "slow push-in", "handheld follow", "locked-off wide" all work as directives. Combine: "Medium close-up. Slow push-in over 3 seconds. Handheld, slight breathing motion."

Audio direction with generate_audio: true — say the tone: "warm friendly conversational", "calm instructional", "crisp newsroom delivery". For ambient: "gentle cafe chatter, distant traffic, no foreground music".

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

Anti-patterns:

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

Where it shines

Use caseWhy Seedance 2.0 Pro
Spokesperson / dialogue adsNative in-pass lip-sync, no separate TTS step
Brand-consistent multi-language narrativesImage refs hold identity; text drives translation
Cinematic short-form film previsCamera-shot grammar + multi-modal refs
Ad creatives with reference music / VO toneAudio refs guide voice / mood without locking lip-sync
Reproducible variant testingSeed control + fixed schema

Sample prompts (verified to produce strong results)

Default 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 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.

Limitations

  • Duration 4–15s — no longer clips on this endpoint.
  • Resolution ceiling 720p on the playground variant.
  • Reference media specs — videos / audio must be 2–15s; audio < 15MB.
  • Lip-sync quality — depends on prompt clarity; not guaranteed perfect under all conditions.
  • No @-syntax for character binding — relies on image refs + prompt alignment.

Exit codes

codemeaning
0success
64bad CLI args
65bad input JSON / 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 schema. The CLI POSTs to https://model-api.runcomfy.net/v1/models/bytedance/seedance-v2/pro, polls the request, fetches the result, and downloads any .runcomfy.net/.runcomfy.com URL into --output-dir. Ctrl-C cancels the remote request before exit.

Security & Privacy

  • Token storage: runcomfy login writes the API token to ~/.config/runcomfy/token.json with mode 0600 (owner-only read/write). Set RUNCOMFY_TOKEN env var to bypass the file entirely in CI / containers.
  • Input boundary: the user prompt is passed as a JSON string to the CLI via --input. The CLI does NOT shell-expand the prompt; it transmits the JSON body directly to the Model API over HTTPS. No shell injection surface from prompt content.
  • Third-party content: image / mask / video URLs you pass are fetched by the RunComfy model server, not by the CLI on your machine. Treat external URLs as untrusted; image-based prompt injection is a known risk for any image-edit / video-edit model.
  • Outbound endpoints: only model-api.runcomfy.net (request submission) and *.runcomfy.net / *.runcomfy.com (download whitelist for generated outputs). No telemetry, no callbacks.
  • Generated-file size cap: the CLI aborts any single download > 2 GiB to prevent disk-fill from a malicious or runaway model output.

agentspace-so की और Skills

ai-avatar-video
agentspace-so
Create AI avatar, talking-head, and lip-sync videos on RunComfy via the `runcomfy` CLI. Routes across ByteDance OmniHuman (audio-driven full-body avatar), Wan-AI Wan 2-7 (audio-driven mouth sync via `audio_url` on a portrait), HappyHorse 1.0 (Arena #1 t2v / i2v with in-pass audio), and Seedance v2 Pro (multi-modal cinematic with reference audio + reference subject). Picks the right model for the user's actual intent — UGC voiceover, virtual presenter, dubbed product demo, lip-synced...
videocreativemedia
ai-music
agentspace-so
We need to translate the given English text into Hindi, preserving the name "ai-music" if it appears, but it does not appear in the text. The text describes an agent skill for generating AI music via RunComfy CLI. We must not add any extra commentary, labels, or formatting. Just the translation. The text includes product names: RunComfy, ElevenLabs AI Music Generation, ACE Step, ACE Step 1.5, StepFun-AI. Also technical terms: CLI, premium 44.1 kHz stereo vocal tracks, 5 s–5 min, $0.0083/s, open-weights, tag-driven composition, multilingual lyrics, $0.0002–0.0003/s, ~27× cheaper, audio-inpaint, audio-outpaint, regenerate a time range, extend a track before or after. Also "Picks the right..." is incomplete but we translate as is. We need to output only the translated text. Use Hindi script. Ensure numbers, units, prices, and technical terms are preserved as is.
creativeaudioapi
video-edit
agentspace-so
RunComfy पर मौजूद वीडियो को संपादित करें — यह स्किल एक स्मार्ट राउटर है जो उपयोगकर्ता के इरादे को RunComfy कैटलॉग में सही एडिट मॉडल से मिलाता है। Wan 2.7 Edit-Video (सामान्य रीस्टाइल / बैकग्राउंड स्वैप / पैकेजिंग स्वैप, पहचान और गति संरक्षण), Kling 2.6 Pro Motion Control (एक रेफरेंस वीडियो से लक्ष्य कैरेक्टर पर सटीक गति स्थानांतरित करना), या Lucy Edit Restyle (हल्का पहचान-स्थिर रीस्टाइल / आउटफिट स्वैप
videocreativemedia
relight
agentspace-so
Relight a still image — change the lighting setup, color temperature, direction, or mood — on RunComfy via the `runcomfy` CLI. Routes to Qwen Edit 2509's dedicated `relight` LoRA endpoint for purpose-built relighting, with fallback to identity-preserving edit endpoints (Nano Banana 2 Edit, GPT Image 2 Edit, FLUX Kontext Pro) when prose lighting language is enough. Use for product relighting (studio softbox → window light), portrait mood shift (overcast → golden hour), or color-grade change....
creativeimagemedia
kling-3-0
agentspace-so
RunComfy पर Kling 3.0 वीडियो जनरेशन। Kling 3.0 (जिसे Kling V3.0 भी कहा जाता है) Kuaishou Technology का तीसरी पीढ़ी का मल्टी-शॉट वीडियो मॉडल है जिसमें मूल सिंक्रोनाइज़्ड ऑडियो और शॉट्स में सुसंगत चरित्र पहचान है। यह स्किल सभी छह Kling 3.0 एंडपॉइंट्स को कवर करता है, जो तीन रेंडरिंग टियर (Standard, Pro, 4K) और दो मोड (टेक्स्ट-टू-वीडियो, इमेज-टू-वीडियो) में फैले हुए
creativevideomedia
runcomfy-cli
agentspace-so
We need to translate the given English text into Hindi. The text describes a CLI tool called runcomfy-cli (name preserved). The instruction says to translate only the text inside <text>, and not include the name unless it appears in the source text. The name "runcomfy-cli" is not in the source text; the source mentions "runcomfy CLI" but that's different. The name to preserve is "runcomfy-cli" but it's not in the source. So we just translate the text. We need to preserve product names, protocol names, URLs, numbers, technical terms. So "RunComfy", "CLI", "ControlNet", "LoRA" etc. should remain as is. Also "image generation", "video generation" etc. are technical terms but can be translated? The instruction says preserve technical terms. Typically, terms like "image generation" might be translated if common, but to be safe, we can keep them in English or use common Hindi equivalents. However, the instruction says "preserve technical terms" -
creativemediaapi
happyhorse-1-0
agentspace-so
RunComfy पर HappyHorse 1.0 के साथ टेक्स्ट-टू-वीडियो जनरेट करें। HappyHorse 1.0 की खूबियों (आर्टिफिशियल एनालिसिस वीडियो एरिना में #1, नेटिव 1080p के साथ इन-पास सिंक्रोनाइज़्ड ऑडियो, मल्टी-शॉट कैरेक्टर कंसिस्टेंसी, 6-भाषा प्रॉम्प्ट सपोर्ट), अवधि / आस्पेक्ट-रेटियो / रिज़ॉल्यूशन स्कीमा, और Wan 2.7 / Seedance 2 / LTX 2 पर कब रूट करना है, का दस्तावेज़ीकरण करता है।
creativevideomedia
ai-image-generation
agentspace-so
Generate and edit images on RunComfy via the `runcomfy` CLI — a smart router across the full image-model catalog: FLUX 2 (Klein 9B/4B, Pro, Dev, Flash, Turbo, Max), Google Nano Banana 2 / Pro, OpenAI GPT Image 2, ByteDance Seedream 5 / 4-5 / 4-0 and Dreamina 4-0, Alibaba Qwen Image and Z-Image Turbo, Wan 2-7. Covers both text-to-image (t2i) and image-to-image / edit (i2i) endpoints — the skill picks the right model for the user's actual intent (typography precision, photoreal portraits,...
creativemediaimage