krea2-identity-edit

Transfers clothing onto a person in ComfyUI while preserving face, pose, and background.

715|111|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/artokun/comfyui-mcp --skill krea2-identity-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: krea2-identity-edit
Source: https://github.com/artokun/comfyui-mcp/tree/main/plugin/skills/krea2-identity-edit
Command: npx skills add https://github.com/artokun/comfyui-mcp --skill krea2-identity-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Changing the outfit on a photo of a specific person usually breaks their identity: img2img re-rolls the face, inpainting needs manual masks, and cloud edit APIs cost money and send images off the machine. This Skill runs a local Krea 2 identity-edit workflow in ComfyUI that swaps clothing while keeping the subject's face, pose, and background intact.

Core Features & Use Cases

  • Local outfit transfer: Takes a primary subject image and a secondary outfit reference, and renders the subject wearing the referenced garment with no API key or per-image cost.
  • Identity preservation guidance: Documents the critical reference-order rule (subject in slot 1, outfit in slot 2), prompt phrasing that names what to preserve, and fidelity dials (ref_boost_a) to fix face drift.
  • Troubleshooting and tuning: Covers turbo settings (10 steps, cfg 1), raw model settings (40 steps, cfg 3-4), resolution matching to the primary image, and fixes for missing nodes, outdated ComfyUI, and misplaced LoRA files.
  • Use Case: A user says "put this jacket on her" with two images; the Skill wires the Krea 2 edit graph, sets the subject as primary and the jacket as secondary, and renders the result locally.

Quick Start

Install the krea2-identity-edit pack, load its workflow.json in ComfyUI, then ask the agent to dress the person in the first image in the outfit from the second image while keeping her face and pose unchanged.

Frequently Asked Questions about krea2-identity-edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I change someone's outfit in a photo without changing their face?

Use the Krea 2 identity-edit workflow in ComfyUI: place the subject image in the primary slot and the outfit image in the secondary slot, then prompt to dress the subject while keeping face and pose unchanged. It runs locally with no API key.

What is the difference between virtual try-on and img2img for clothing edits?

Img2img re-rolls the entire frame at any denoise level high enough to change clothes, so the face changes too. A dedicated identity-edit model transfers only the garment from a reference image while preserving the subject's face, pose, and background.

Why did the face change or the wrong person appear in my outfit swap?

The most common cause is swapped reference order: the subject must be the primary image and the outfit the secondary. Also raise ref_boost_a (the subject fidelity dial) and add "keeping her face unchanged" to the prompt.

Can this workflow do background swaps or relighting on a person?

No. Although it preserves identity, the model is trained specifically for garment transfer. Background swaps, relighting, age or expression changes, and object removal should go to a general image-edit workflow such as Qwen-Image-Edit.

Why is the Krea2EditGroundedEncode node missing in ComfyUI?

The comfyui-krea2edit custom node is not installed or ComfyUI was not restarted after installing it. If CLIPLoader has no krea2 type, the ComfyUI version is too old for native KREA 2 support and needs an update.