NetaYume Lumina 文生圖

NetaYume Lumina 文字轉圖像工作流程專為生成高品質動漫風格圖像而設計,能精確理解角色細節與紋理。此流程採用 OmniGen 模型,該模型以 Neta Lumina 為基礎,並在著名的 Danbooru 動漫圖像資料集上微調。流程包含多個關鍵節點,如 KSampler 用於取樣、CheckpointLoaderSimple 載入模型,以及 VAEDecode 將潛空間解碼為圖像。透過輸入描述性文字提示,使用者可創作細膩且鮮明的動漫圖像。

技術上,流程分為三大步驟:載入模型、設定圖像尺寸、撰寫提示詞。CheckpointLoaderSimple 節點負責載入 OmniGen 模型,KSampler 節點則處理取樣以確保高品質輸出。VAEDecode 節點將潛在圖像資料轉換為最終視覺輸出,並以 SaveImage 節點儲存。此流程特別適合希望精確控制角色特徵與場景構圖的藝術家與創作者,製作動漫風插畫。

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.

image_netayume_lumina_t2i.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 "NetaYume Lumina 文生圖" (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("image_netayume_lumina_t2i_api.json");

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

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.

常見問題

常見問題

查看所有工作流
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