> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Qwen-Image-2512 ComfyUI ネイティブワークフローの例

> Qwen-Image-2512 は、Qwen-Image のテキストから画像を生成する基盤モデルの12月アップデート版であり、人物のリアリズム向上、自然なディテールの精細化、およびテキストレンダリングの改善を特徴としています。

**Qwen-Image-2512** は、Qwen-Image のテキストから画像を生成する基盤モデルの12月アップデート版です。8月にリリースされたベース版 Qwen-Image モデルと比較して、Qwen-Image-2512 は画像品質およびリアリズムにおいて大幅な向上を実現しています。

**Qwen-Image-2512 の主な強化点**:

* **人物のリアリズム向上**: 「AI生成」らしい不自然さを大幅に低減し、特に人物を主体とした画像の全体的なリアリズムを顕著に高めます
* **より精細な自然ディテール**: 風景、動物の毛並み、その他の自然要素の描画において、より繊細で詳細な表現を実現します
* **テキストレンダリングの改善**: テキスト要素の正確性および品質を向上させ、レイアウトの最適化と、より忠実なマルチモーダル（テキスト＋画像）構成を達成します

**公式リンク**:

* [GitHub リポジトリ](https://github.com/QwenLM/Qwen-Image)
* [Hugging Face](https://huggingface.co/Qwen/Qwen-Image-2512)
* [ModelScope](https://modelscope.cn/models/Qwen/Qwen-Image-2512)
* [技術報告書](https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/Qwen_Image.pdf)
* [ブログ記事](https://qwen.ai/blog?id=qwen-image-2512)

## 対応するアスペクト比

| アスペクト比 | 解像度       |
| ------ | --------- |
| 1:1    | 1328×1328 |
| 16:9   | 1664×928  |
| 9:16   | 928×1664  |
| 4:3    | 1472×1104 |
| 3:4    | 1104×1472 |
| 3:2    | 1584×1056 |
| 2:3    | 1056×1584 |

## Qwen-Image-2512 ComfyUI ネイティブワークフローの例

<Tip>
  <Tabs>
    <Tab title="Portable or self deployed users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated. (Desktop version's update will delay sometime)

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Desktop or Cloud users">
      * The Desktop is base on ComfyUI stable release, it will auto-update when there is a new Desktop stable release available.
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

<a href="https://cloud.comfy.org/?template=image_qwen_Image_2512&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#7c3aed', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginBottom: '1rem'}}>
  Comfy Cloud で実行
</a>

### 1. ワークフローファイル

ComfyUI を更新した後、テンプレートからワークフローファイルを見つけるか、以下のワークフローを ComfyUI にドラッグ＆ドロップして読み込むことができます。

このワークフローには、以下の2つのサブグラフが含まれています:

* **Text to Image (Qwen-Image 2512)**: 標準的な50ステップ生成
* **Text to Image (Qwen-Image 2512 4steps)**: Lightning LoRA を用いた高速4ステップ生成

<a className="prose" target="_blank" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_qwen_Image_2512.json" style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
  <p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>JSON ワークフローをダウンロード</p>
</a>

### 2. モデルのダウンロード

**テキストエンコーダー**

* [qwen\_2.5\_vl\_7b\_fp8\_scaled.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors)

**LoRA（任意：4ステップ Lightning 加速用）**

* [Qwen-Image-Lightning-4steps-V1.0.safetensors](https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V1.0.safetensors)

**拡散モデル**

* [qwen\_image\_2512\_fp8\_e4m3fn.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_2512_fp8_e4m3fn.safetensors)（ほとんどのユーザーに推奨）
* [qwen\_image\_2512\_bf16.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_2512_bf16.safetensors)（VRAM が十分に確保でき、より高品質な出力を求めている場合）

**VAE**

* [qwen\_image\_vae.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors)

**モデルの保存場所**

```
📂 ComfyUI/
├── 📂 models/
│   ├── 📂 text_encoders/
│   │      └── qwen_2.5_vl_7b_fp8_scaled.safetensors
│   ├── 📂 loras/
│   │      └── Qwen-Image-Lightning-4steps-V1.0.safetensors
│   ├── 📂 diffusion_models/
│   │      ├── qwen_image_2512_bf16.safetensors
│   │      └── qwen_image_2512_fp8_e4m3fn.safetensors
│   └── 📂 vae/
│          └── qwen_image_vae.safetensors
```
