Design 40,712 installs

face-swap

by agentspace-so/runcomfy-agent-skills

Swap a face / character into video or images on RunComfy via the `runcomfy` CLI. Routes across community Wan 2-2 Animate (audio-driven character animation +…

Skill content

Swap faces into videos or stills by routing to the right model for your intent.

- Routes across five specialized models: Wan 2-2 Animate for audio-driven video character swap, Kling Motion Control Pro for motion transfer, GPT Image 2 Edit for multi-reference still compositing, Nano Banana Edit for batch identity-preserving swaps, and Flux Kontext for single-image face edits with prose descriptions.

- Automatically selects the best endpoint based on whether you're working with video or stills, single-shot or batch, motion-preserving or identity-preserving workflows.

- Invoked via the runcomfy CLI with JSON input specifying reference images, audio, or video URLs; outputs downloaded to a local directory.

- Requires explicit user consent and operator responsibility - the skill does not gate inputs, and you must refuse requests targeting real people without consent or aiming at defamatory or harmful synthetic media.

Face Swap

Swap a face into a still or a video - RunComfy supports both via the runcomfy CLI. This skill routes across the available model API endpoints (community Wan 2-2 Animate, GPT Image 2 Edit, Nano Banana Edit, Flux Kontext, Kling Motion Control) by the user's actual intent.

runcomfy.com · Character-swap feature · CLI docs

Powered by the RunComfy CLI

# 1. Install (see runcomfy-cli skill for details)
npm i -g @runcomfy/cli      # or:  npx -y @runcomfy/cli --version

# 2. Sign in
runcomfy login              # or in CI: export RUNCOMFY_TOKEN=<token>