画像編集(新) - After
画像編集(新) - Before

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.

02_qwen_Image_edit_subgraphed.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

よくある質問

すべてのワークフローを見る
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