캐릭터 초상화 의상 적용

This ComfyUI workflow is designed to seamlessly apply specific outfits to character portraits, providing a consistent wardrobe across different images. By leveraging the Seedream 4.5 model, this workflow allows users to upload a character's portrait and a reference image of an outfit. The workflow then generates a new portrait with the desired outfit applied, maintaining the character's original features while altering the attire. Key nodes such as LoadImage and SaveImage are used for importing and exporting images, while the ByteDanceSeedreamNode and GeminiNanoBanana2 nodes handle the image processing and transformation tasks. The RegexReplace and PrimitiveStringMultiline nodes facilitate text processing and ensure that filenames and paths are correctly managed throughout the workflow.

Technically, this workflow integrates subject reference images with full outfit and close-up outputs, enabling users to visualize characters in various attire settings. This is particularly useful for artists and designers looking to maintain consistency in character design without manually redrawing each outfit. The workflow is an affordable alternative to more expensive tools like Nano Banana Pro and Nano Banana 2, offering similar functionalities at a fraction of the cost. This makes it an excellent choice for those in the creative industry who need efficient and cost-effective solutions for virtual try-ons.

API

코드에서 이 워크플로우 사용하기

모든 Comfy 워크플로우는 JSON 그래프입니다. 아래 페이로드는 이 워크플로우 그 자체로, ComfyUI에서 실행되는 것과 동일합니다 — URL에서 가져오거나, 버전 관리에 보관하거나, ComfyUI에서 불러와 노드별로 실행할 수 있습니다.

tempate_eric_seedance_5_subject_and_outfit_combine.json
워크플로우 JSON 불러오는 중…

Comfy SDK로 TypeScript 또는 Python에서 실행하세요. 동일한 코드는 Comfy Cloud 또는 직접 호스팅하는 ComfyUI 모두에 적용됩니다 — 기본 URL만 다릅니다.

// Install (beta)
npm i @comfyorg/sdk

// Run this workflow (TypeScript)
import { Comfy } from "@comfyorg/sdk";

const client = new Comfy({ apiKey: "comfyui-..." });
const wf = await client.workflows.fromFile("workflow_api.json");
const job = await client.run(wf);
await job.getOutputs("<output-node-id>")[0].toFile("output.png");

SDK는 API 형식의 워크플로우를 사용합니다: 이 워크플로우를 ComfyUI에서 열고 파일 → 워크플로우 내보내기(API)를 사용하세요.

Comfy Cloud API 접근은 API 키가 포함된 요금제가 필요합니다.

FAQ

자주 묻는 질문

모든 워크플로우 보기
Showing 30 of 30 templates