> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec-12fd5b4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Ovis-Image ComfyUI 工作流示例

> Ovis-Image 是一个 7B 文生图模型，专注于高质量文本渲染，可在 ComfyUI 中生成海报、横幅、UI 原型上的清晰双语文字。

**Ovis-Image** 是一个基于 [Ovis-U1](https://github.com/AIDC-AI/Ovis-U1) 构建的 7B 文生图模型，专门针对高质量文本渲染进行优化。它能够提供与更大的 20B 级别系统相当的文本渲染质量，同时保持足够紧凑，可在常见硬件上运行。

**模型亮点**：

* **7B 规模下的强大文本渲染**：提供与 Qwen-Image 等更大的 20B 级别系统相当的文本渲染质量，在文本场景中与 GPT4o 等领先的闭源模型具有竞争力
* **文本密集型提示词的高保真度**：擅长处理需要语言内容与渲染排版紧密对齐的提示词（如海报、横幅、标志、UI 模型、信息图表）
* **精准的双语文本渲染**：在各种字体、大小和宽高比下，生成清晰、拼写正确且语义一致的中英文文本
* **高效且易于部署**：可在单个高端 GPU 上运行，内存需求适中，支持低延迟交互使用

**相关链接**：

* [GitHub](https://github.com/AIDC-AI/Ovis-Image)
* [Hugging Face](https://huggingface.co/AIDC-AI/Ovis-Image-7B)

## Ovis-Image 文生图工作流

<h3 id="image_ovis_text_to_image">
  Ovis-Image Text to Image
</h3>

Ovis-Image 是一个 7B 文生图模型，专门针对已生成图像中的高质量文本渲染进行优化。设计用于在严格的计算约束下高效运行。

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/image_ovis_text_to_image-1.webp" alt="Ovis-Image 文生图工作流预览" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 上运行" icon="cloud" href="https://cloud.comfy.org/?template=image_ovis_text_to_image&utm_source=docs&utm_medium=referral&utm_campaign=ovis-image">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/image_ovis_text_to_image.json">
    下载 JSON，或在模板库中搜索「Ovis image」
  </Card>
</CardGroup>

<Tip>
  <Tabs>
    <Tab title="本地用户">
      请确保你的 ComfyUI 已经更新。

      * [ComfyUI 下载](https://www.comfy.org/download)
      * [ComfyUI 更新教程](/zh/installation/update_comfyui)

      本指南里的工作流可以在[工作流模板](/zh/interface/features/template)中找到。如果找不到，可能是 ComfyUI 没有更新。

      如果加载工作流时有节点缺失，可能原因有：

      1. 你用的不是最新版（每夜版）。
      2. 启动时有些节点导入失败。
    </Tab>

    <Tab title="云端用户">
      * [Cloud](https://cloud.comfy.org) 会在 ComfyUI 稳定版本发布后更新。

      所以，如果你发现本文档中有任何核心节点缺失，可能是因为新核心节点尚未在最新稳定版中发布。请等待下一个稳定版发布。
    </Tab>
  </Tabs>
</Tip>

## 模型链接

**text\_encoders（文本编码器）**

* [ovis\_2.5.safetensors](https://huggingface.co/Comfy-Org/Ovis-Image/blob/main/split_files/text_encoders/ovis_2.5.safetensors)

**diffusion\_models（扩散模型）**

* [ovis\_image\_bf16.safetensors](https://huggingface.co/Comfy-Org/Ovis-Image/blob/main/split_files/diffusion_models/ovis_image_bf16.safetensors)

**vae**

* [ae.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/blob/main/split_files/vae/ae.safetensors)

**模型存储位置**

```
📂 ComfyUI/
├── 📂 models/
│   ├── 📂 text_encoders/
│   │      └── ovis_2.5.safetensors
│   ├── 📂 diffusion_models/
│   │      └── ovis_image_bf16.safetensors
│   └── 📂 vae/
│          └── ae.safetensors
```
