Design 40,886 installs

video-inpainting

by agentspace-so/runcomfy-agent-skills

Region edits across video frames on RunComfy via the `runcomfy` CLI - remove an object that appears across many frames, clean up wires or watermarks, replace a…

Skill content

Object removal and region editing across video frames via prompt-driven spatial language.

- Routes across three models: Wan 2-7 Edit-Video (default, prompt-driven edits), Lucy Edit Restyle (identity-stable region swaps), and Seedream 4-0 Edit-Sequential (frame-stack treatment for short clips)

- Invoked via runcomfy run CLI with video URL and natural-language prompt describing the region and desired edit (e.g., "remove watermark in bottom-right")

- Handles watermark removal, object deletion, and region replacement with motion continuity; for pixel-precise mask propagation, directs to ComfyUI workflows with SAM2 segmentation tracking

- Triggers on phrases like "video inpaint," "remove from video," "clean up video," or explicit region-edit requests

Video Inpainting

Region edits across video frames - remove an object that appears across many frames, clean up wires or watermarks, replace a region with motion that matches the rest of the clip. This skill routes across the prompt-driven video edit endpoints in the RunComfy catalog and gives the agent a clear default for each intent.

runcomfy.com · Wan 2-7 edit-video · 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>