Z-Image-Turbo_复古HUD图形

本工作流通过将风格LoRA与Turbo采样器结合,实现从文本提示快速生成复古HUD图形。"Oldschool Hud Graphics" LoRA会引导基础模型生成几何化UI元素——如准星、网格线、圆环、读数显示——而Z‑Image Turbo节点则加速采样,便于快速预览和风格探索。BatchImagesNode可一次性批量生成多种变体,SaveImage用于保存所选帧。需要动画时,可用CreateVideo和SaveVideo将批量图片合成为短动画片段。

在底层,提示词会被编码并输入基础模型,LoRA以用户设定权重应用,增强HUD风格。Z‑Image Turbo以较低步数采样以提升速度,步数可调以获得更清晰线条或更多细节。建议LoRA权重保持中高,以突出图形感,并配合简洁提示词(如“复古抬头显示,同心圆,网格叠加,单色绿色”),负面提示可抑制写实杂乱。内嵌MarkdownNote节点提供图内提示,自定义节点(见UUID)负责LoRA/Turbo的连接,用户只需关注提示词、批量数量(BatchImagesNode)和输出(SaveImage/SaveVideo)。

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.

36794f399aa0.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.

常见问题

常见问题

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