提示词指南:Z-Image Turbo

Z-Image Turbo 是一款先进的 60 亿参数 (6B) 单流 Diffusion Transformer (S3-DiT) 本地化快速图像生成模型。由于其独特的架构设计,传统的提示词习惯——尤其是依赖独立的 negative_prompt(否定提示词)输入框——将不再适用。

本指南将带你深入了解如何结构化构建画面描述、渲染双语文字,以及如何通过正向提示词中的限制性条款实现对生成画面的像素级精准控制。


1. 深入理解 S3-DiT 架构

与传统的文生图模型(将文本与图像分开处理)不同,Z-Image Turbo 采用了**单流(Single-Stream)**设计。文本 Token 和图像 Token 会被合并至同一个序列中共同进行计算。这为模型带来了极强的指令遵循能力,但也带来了以下核心运行特征:

  • 无无分类器引导 (CFG):Z-Image Turbo 的官方推理管线运行于 guidance_scale = 0.01.0。因此,CFG 引导滑块需保持在 0 或 1。
  • 无传统否定提示词:由于 CFG 被禁用,模型会完全忽略否定提示词(Negative Prompt)输入框中的所有内容。
  • 极速推理步数:该模型专为 8 步的推理而设计。设置其他步数并不能提升质量,反而可能引入视觉噪点。

由于否定提示词输入框无效,你必须在正向提示词中,以直接描述的方式来控制需要排除的元素(如避免暴露、水印、文字、杂乱背景等)。


2. 相机视角的结构化提示词

Z-Image Turbo 极其擅长解析长篇、细致且结构清晰的提示词描述(字数在 80 到 250 字左右效果最佳)。与其输入杂乱无章的关键词堆砌,不如按照以下逻辑序列来组织你的正向提示词:

[镜头视角与画面构图] + [主体形象与状态] + [服装款式与色彩搭配] + [环境/背景设定] + [光影氛围] + [情感基调] + [艺术风格/媒介] + [排除/画面纯净度限制]

高质量提示词示例:

A medium-shot portrait of an adult woman in her 30s, natural look, medium-length brown hair, wearing a dark professional blazer and shirt, standing in a modern office with a soft blurred background, soft diffused daylight from the side, calm confident expression, realistic photography, 50mm lens, shallow depth of field, plain studio background, no logos, no text, no watermark.


3. 在正向提示词中进行“否定限制”

为了消除画面的伪影、水印或特定风格污染,你可以将明确的排除限制子句置于提示词末尾。得益于模型极强的文本解析能力,它能非常好地遵守这些指令:

需排除的元素提示词末尾追加的英文描述
水印与冗余文字no text, no watermark, no branding, no logos
杂乱背景plain background, simple clean backdrop, not cluttered
肢体结构错误correct human anatomy, natural hands and fingers, no extra limbs
画面模糊no motion blur, sharp focus, no grainy noise

4. 掌控中英双语文字生成

文字渲染是 Z-Image Turbo 最强悍的优势之一,它能极其精准地在画面中呈现可读的英文与中文。若想获得最佳排版效果,请遵循以下规则:

  • 使用英文双引号:务必将希望展示的字符包裹在英文双引号("")中。
  • 语言保持纯净:尽量不要在同一个文字组件中混用中英文。
  • 指定位置与样式:清晰地向模型指出文字应该出现在画面的哪个位置(例如 top, center),以及采用什么字体样式。
  • 抑制乱码生成:在提示词末尾加入限制条款,防止模型在其他区域随机生成乱码字符。

英文海报示例:

A minimalist movie poster, dark blue background, big English title text "THE GREATEST CITY" centered near the top in bold white sans-serif lettering, small subtitle "A story of hope" below it, clean layout, no extra text, no logos, no watermark.

中文海报示例:

A vintage-style food poster, warm texture background, large red Chinese title text "回忆之味" on the top center in stylized calligraphy, no other characters, no watermark.


5. 实用提示词模板

你可以在提示词编辑器中直接套用或修改以下预设模板:

专业商务半身照

A close-up headshot of an adult man, friendly confident expression, short dark hair, wearing a simple gray business suit over a white shirt, studio portrait, soft diffused daylight from the front, subtle blurred gray background, realistic photography, 85mm lens, shallow depth of field, fully clothed, modest professional outfit, no logos, no text, no watermark, safe for work.

扁平化矢量插画

A flat vector illustration of an adult person riding a bicycle through a park, stylized trees and simple buildings in the background, limited pastel color palette, clean modern design, no outlines, minimal shading, modest casual clothing, long-sleeved shirt and trousers, fully clothed, cheerful mood, clear blue sky, no text, no watermark, no logos, simple uncluttered background.

极简产品静物照

A studio product photo of a sleek coffee mug placed on a white table, soft shadow, subtle reflection, bright neutral background, softbox lighting from the top left, realistic photography, extremely sharp details, no hands, no people, no text, no logos, no watermark, plain white background.

提示词指南:Z-Image Turbo | MindCraft Studio Tutorial