Qwen-Image-Edit 모델은 첨단 오픈소스 기술을 활용해 이미지 편집의 유연성과 정밀도를 크게 향상시킨 모델입니다. 기존 모델이 여러 단계와 수동 조정이 필요했던 것과 달리, Qwen-Image-Edit는 복잡한 편집도 이해하고 실행할 수 있는 첨단 알고리즘을 통합해 프로세스를 단순화합니다. 배경 변경, 오브젝트 교체, 캐릭터 의상 변경 등 다양한 작업에서 탁월한 성능을 발휘하며, 사용자는 매끄러운 편집 경험을 누릴 수 있습니다.
Qwen-Image-Edit의 가장 큰 강점은 복잡한 편집을 수행하면서도 원본 이미지의 품질을 유지한다는 점입니다. 기존 모델은 대규모 수정 시 원본 품질 저하가 잦았지만, Qwen-Image-Edit는 고도화된 기술로 최종 결과물의 시각적 완성도를 보장합니다. 정밀함과 품질을 동시에 요구하는 전문가와 취미 사용자 모두에게 유용한 도구입니다.
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.
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













