Skip to main content

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.

This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Overview

This node generates a 3D model from a text description using the Tripo P1 API. It is optimized for creating low-poly, game-ready meshes with stable topology, making it suitable for real-time applications.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYesUp to 1024 charactersThe text description of the 3D model you want to generate.
negative_promptSTRINGNoUp to 255 charactersA text description of what you do not want in the generated model.
output_modeDICTYesSee descriptionControls the output model’s quality and texture settings. This parameter is a dictionary with the following keys:

texture_quality: STRING, Range: "standard"
pbr: BOOLEAN, default: True
texture: BOOLEAN, default: True
subdivision: INT, default: 0, Range: 0 to 2
texture_size: INT, default: 2048, Range: 512 to 4096 (must be a power of 2)
texture_format: STRING, Range: "png"
texture_clean: BOOLEAN, default: False
texture_seamless: BOOLEAN, default: False

Default: {"texture_quality": "standard", "pbr": True, "texture": True, "subdivision": 0, "texture_size": 2048, "texture_format": "png", "texture_clean": False, "texture_seamless": False}
image_seedINTNoA seed value for image generation, used to control randomness. Default: 42.
face_limitINTNoThe maximum number of faces for the generated mesh. A value of -1 means no limit. Default: -1.
model_seedINTNoA seed value for model generation, used to control randomness.
auto_sizeBOOLEANNoIf enabled, the node will automatically determine the optimal model size. Default: False.
export_uvBOOLEANNoIf enabled, the model will include UV coordinates for texture mapping. Default: True.
compress_geometryBOOLEANNoIf enabled, the geometry will be compressed to reduce file size. Default: False.

Outputs

Output NameData TypeDescription
model_fileSTRINGThe file path to the generated 3D model (for backward compatibility only).
model task_idMODEL_TASK_IDThe unique task ID for the model generation request.
GLBFILE3DGLBThe generated 3D model in GLB format.

Source fingerprint (SHA-256): 154e75209d65c823d5681b74cd12fe7b2ed37d7b94bf51cac86f343c68f85722