O Fluxo de Troca de Rosto no ComfyUI é uma ferramenta sofisticada projetada para artistas de efeitos visuais que precisam realizar rejuvenescimento ou substituição de rostos em vídeos. Este fluxo combina mascaramento por IA, transferência de identidade e técnicas de inpainting para entregar resultados naturais e consistentes entre os quadros. Nós-chave como WanVideoVAELoader e WanVideoModelLoader são usados para carregar e gerenciar dados de vídeo, enquanto nós como DrawMaskOnImage e GrowMask ajudam a criar máscaras precisas para a troca de rosto. O fluxo também incorpora modelos avançados de detecção por meio do OnnxDetectionModelLoader e CLIPVisionLoader para identificar e manipular características faciais com precisão. Ao integrar esses componentes, o fluxo garante que o novo rosto se misture perfeitamente ao vídeo original, mantendo nuances de iluminação e performance.

API

Use this workflow from code

Every Comfy workflow is a JSON graph. The payload below is this workflow, exactly as ComfyUI runs it — fetch it from the URL, keep it in version control, or load it in ComfyUI and run it node by node.

93f286fbc2c8.json
Fetching workflow JSON…

Run it from TypeScript or Python with the Comfy SDK. The same code targets Comfy Cloud or a ComfyUI you host yourself — only the base URL changes.

// 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");

The SDK takes a workflow in API format: open this workflow in ComfyUI and use File → Export Workflow (API).

Comfy Cloud API access requires a plan with an API key.

FAQ

Perguntas Frequentes

Ver todos os workflows
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 30 templates