> ## 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.

# Cosmos Predict2 テキストから画像へ（Text-to-Image）の ComfyUI 公式サンプル

> 本ガイドでは、ComfyUI で Cosmos-Predict2 のテキストから画像へ（Text-to-Image）ワークフローを完了する方法を説明します

Cosmos-Predict2 は、NVIDIA が開発した次世代の物理世界向け基礎モデルであり、物理AIシナリオにおける高品質な視覚生成および予測タスクに特化して設計されています。\
このモデルは、卓越した物理的正確性、環境との相互作用能力、および細部の再現性能を備えており、複雑な物理現象や動的なシーンをリアルにシミュレートすることが可能です。

Cosmos-Predict2 は、テキストから画像へ（Text-to-Image）や動画から3Dワールドへ（Video-to-World）など、さまざまな生成手法をサポートしており、産業用シミュレーション、自動運転、都市計画、科学研究などの分野で広く活用されています。

GitHub: [Cosmos-predict2](https://github.com/nvidia-cosmos/cosmos-predict2)\
Hugging Face: [Cosmos-Predict2](https://huggingface.co/collections/nvidia/cosmos-predict2-68028efc052239369a0f2959)

本ガイドでは、ComfyUI における **テキストから画像へ（Text-to-Image）** のワークフローの実行手順を解説します。

動画生成に関するセクションについては、以下のリンクをご参照ください：

<Card title="Cosmos Predict2 動画生成" icon="book" href="/ja/tutorials/video/cosmos/cosmos-predict2-video2world">
  Cosmos-Predict2 を用いた動画生成
</Card>

<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>
