Technique Combine People banner
Comfy-Org Comfy-Org

Technique Combine People

Development community

Description

Combine a user's photo with another person (real or fictional) into a single composite image: $ARGUMENTS Follow these steps exactly: ## Step 1: Upload the user's photo If the user provides a photo of themselves, use `upload_file` to upload it. Note the returned filename for use in LoadImage. ## Step 2: Generate a reference image of the other person Use `KlingOmniProImageNode` (model: `kling-v3-omni`) or `GeminiNanoBanana2V2` to generate a high-quality reference portrait of the target person

Installation

Installs to ~/.claude/skills/comfy-org-comfy-skills-technique-combine-people/SKILL.md

Terminal
mkdir -p ~/.claude/skills/comfy-org-comfy-skills-technique-combine-people && curl -fsSL https://raw.githubusercontent.com/Comfy-Org/comfy-skills/HEAD/skills/technique-combine-people.md -o ~/.claude/skills/comfy-org-comfy-skills-technique-combine-people/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository