Kling O3: テキストから動画へ

Kling O3: テキストから動画生成ワークフローは、テキスト・音声・画像を一貫した15秒動画に変換するために設計されています。キャラクター一貫性と音声同期に優れたKling O3モデルを活用し、KlingOmniProTextToVideoNodeが入力データ(テキスト・音声・画像)を処理し、ストーリーボードに沿った動画を生成します。SaveVideoノードで最終出力をまとめ、高品質な動画として保存できます。

このワークフローは、短時間で魅力的な動画を作成したいコンテンツ制作者に特に有用です。多様なメディア入力に対応し、ストーリー表現の柔軟性を提供します。Kling O3モデルはキャラクター一貫性に優れており、アニメシリーズやブランドコンテンツなど継続性が重要なプロジェクトに最適です。音声同期も高精度で、ナレーションや会話が映像とぴったり合うため、視聴体験を向上させます。

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.

api_king_o3_t2v.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 "Kling O3: テキストから動画へ" (TypeScript)
import { Comfy } from "@comfyorg/sdk";

const client = new Comfy({ apiKey: "comfyui-..." });

// This workflow, exported in API format (see note below)
const wf = await client.workflows.fromFile("api_king_o3_t2v_api.json");

const job = await client.run(wf);
await job.getOutputs("14")[0].toFile("output.png"); // SaveVideo

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