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

# TripoConversionNode - ComfyUI Built-in Node Documentation

> Complete documentation for the TripoConversionNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/TripoConversionNode/en.md)

The TripoConversionNode converts 3D models between different file formats using the Tripo API. It takes a task ID from a previous Tripo operation and converts the resulting model to your desired format with various export options.

## Inputs

| Parameter                | Data Type                                        | Required | Range                                                                                  | Description                                                                             |
| ------------------------ | ------------------------------------------------ | -------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `original_model_task_id` | MODEL\_TASK\_ID,RIG\_TASK\_ID,RETARGET\_TASK\_ID | Yes      | MODEL\_TASK\_ID<br />RIG\_TASK\_ID<br />RETARGET\_TASK\_ID                             | The task ID from a previous Tripo operation (model generation, rigging, or retargeting) |
| `format`                 | COMBO                                            | Yes      | GLTF<br />USDZ<br />FBX<br />OBJ<br />STL<br />3MF                                     | The target file format for the converted 3D model                                       |
| `quad`                   | BOOLEAN                                          | No       | True/False                                                                             | Whether to convert triangles to quads (default: False)                                  |
| `face_limit`             | INT                                              | No       | -1 to 500000                                                                           | Maximum number of faces in the output model, use -1 for no limit (default: -1)          |
| `texture_size`           | INT                                              | No       | 128 to 4096                                                                            | Size of output textures in pixels (default: 4096)                                       |
| `texture_format`         | COMBO                                            | No       | BMP<br />DPX<br />HDR<br />JPEG<br />OPEN\_EXR<br />PNG<br />TARGA<br />TIFF<br />WEBP | Format for exported textures (default: JPEG)                                            |

**Note:** The `original_model_task_id` must be a valid task ID from a previous Tripo operation (model generation, rigging, or retargeting).

## Outputs

| Output Name        | Data Type | Description                                                                                           |
| ------------------ | --------- | ----------------------------------------------------------------------------------------------------- |
| *No named outputs* | -         | This node processes the conversion asynchronously and returns the result through the Tripo API system |
