> ## 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 P1 3D Model Generation ComfyUI Official Example

> This guide explains how to use Tripo P1 Partner Nodes in ComfyUI to generate game-ready 3D models from text, images, or multiview references

The [Tripo P1](/built-in-nodes/TripoP1ImageToModelNode) Partner Nodes enable fast, high-quality 3D model generation from text prompts, single images, or multi-view references. The generated models come with clean topology, optimized polygon budgets, and support for texturing, rigging, and retargeting — ready for use in game engines and 3D applications.

In this guide, we'll walk through the three Tripo P1 workflows: Text to Model, Image to Model, and Multiview to Model.

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

## Tripo P1: Text to Model

Generate a 3D model from a text description.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_tripo_p1_text_to_model-1.webp" alt="Tripo P1 Text to Model Workflow" />

<CardGroup cols={2}>
  <Card title="Run in Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_tripo_p1_text_to_model&utm_source=docs&utm_medium=referral&utm_campaign=tripo_p1_t2m">
    Open in Comfy Cloud
  </Card>

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

### Steps to Run

1. **Enter your prompt** — describe the 3D model in the **TripoP1TextToModelNode**
2. **Select texture mode** — choose between Textured, None, or PBR
3. **Enable refinement** — toggle quad remeshing for cleaner topology
4. **Set seed** — control reproducibility
5. **Click Queue** — press `Ctrl+Enter` to generate
6. **Preview and export** — use the **Preview3D** node to inspect, and **SaveGLB** to export

### Key Processing Nodes

After the initial generation, the workflow automatically processes the model through:

* **TripoTextureNode** — applies materials and textures
* **TripoConversionNode** — converts to GLTF format (or other export formats)
* **TripoRefineNode** — refines topology and geometry
* **TripoRigNode** — adds a skeleton for animation
* **TripoRetargetNode** — applies a preset animation (default: idle)

## Tripo P1: Image to Model

Generate a 3D model from a single reference image.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_tripo_p1_image_to_model-1.webp" alt="Tripo P1 Image to Model Workflow" />

<CardGroup cols={2}>
  <Card title="Run in Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_tripo_p1_image_to_model&utm_source=docs&utm_medium=referral&utm_campaign=tripo_p1_i2m">
    Open in Comfy Cloud
  </Card>

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

### Steps to Run

1. **Upload a reference image** — use the **LoadImage** node to load a front-view image of your subject
2. **Select texture mode** — choose Textured, None, or PBR
3. **Enable refinement** — toggle quad remeshing
4. **Choose texture type** — options include `original_image` or `standard`
5. **Click Queue** — press `Ctrl+Enter` to generate

## Tripo P1: Multiview to Model

Generate a 3D model from multiple viewpoint images for better accuracy.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_tripo_p1_mv_to_model-1.webp" alt="Tripo P1 Multiview to Model Workflow" />

<CardGroup cols={2}>
  <Card title="Run in Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_tripo_p1_mv_to_model&utm_source=docs&utm_medium=referral&utm_campaign=tripo_p1_mv">
    Open in Comfy Cloud
  </Card>

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

### Steps to Run

1. **Upload multi-view images** — use multiple **LoadImage** nodes for front, left, back, and other angles
2. **Select texture mode** — choose Textured, None, or PBR
3. **Choose detail level** — options include `standard` and `detailed`
4. **Set texture references** — choose which image drives the texture
5. **Click Queue** — press `Ctrl+Enter` to generate

### Input Tips

* Provide at least **front-facing and profile views** for best results
* Ensure consistent lighting and pose across all reference images
* Higher-quality input images produce better textured output
