> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Tripo 3.1 Workflows in ComfyUI

> How to run the Tripo 3.1 text-to-model, image-to-model, and multiview-to-model workflows in ComfyUI, locally or on Comfy Cloud

This guide shows how to run the Tripo 3.1 workflows in ComfyUI. For what the model is and what it does best, see the [Tripo 3.1 overview](/tutorials/partner-nodes/tripo/tripo-3-1).

<Tip>
  To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the [Partner Nodes Overview](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Local 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.

      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="Cloud users">
      * [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>

## Text-to-Model

Generate a high-detail 3D model from a text prompt using Tripo 3.1.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_tripo3_1_text_to_model-1.webp" alt="Tripo 3.1 Text-to-Model workflow preview" />

<CardGroup cols={2}>
  <Card title="Run Text-to-Model on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_tripo3_1_text_to_model&utm_source=docs&utm_medium=referral&utm_campaign=tripo-3-1">
    Try the Text-to-Model workflow instantly on Comfy Cloud.
  </Card>

  <Card title="Download Text-to-Model Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_tripo3_1_text_to_model.json">
    Download JSON or search "Tripo 3.1 Text-to-Model" in Template Library.
  </Card>
</CardGroup>

## Image-to-Model

Generate a high-detail 3D model from an image input using Tripo 3.1.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_tripo3_1_image_to_model-1.webp" alt="Tripo 3.1 Image-to-Model workflow preview" />

<CardGroup cols={2}>
  <Card title="Run Image-to-Model on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_tripo3_1_image_to_model&utm_source=docs&utm_medium=referral&utm_campaign=tripo-3-1">
    Try the Image-to-Model workflow instantly on Comfy Cloud.
  </Card>

  <Card title="Download Image-to-Model Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_tripo3_1_image_to_model.json">
    Download JSON or search "Tripo 3.1 Image-to-Model" in Template Library.
  </Card>
</CardGroup>

## Multiview-to-Model

Generate a high-detail 3D model from multiple view images using Tripo 3.1.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_tripo3_1_multiview_to_model-1.webp" alt="Tripo 3.1 Multiview-to-Model workflow preview" />

<CardGroup cols={2}>
  <Card title="Run Multiview-to-Model on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_tripo3_1_multiview_to_model&utm_source=docs&utm_medium=referral&utm_campaign=tripo-3-1">
    Try the Multiview-to-Model workflow instantly on Comfy Cloud.
  </Card>

  <Card title="Download Multiview-to-Model Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_tripo3_1_multiview_to_model.json">
    Download JSON or search "Tripo 3.1 Multiview-to-Model" in Template Library.
  </Card>
</CardGroup>
