Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Generates 3D models synchronously based on a text prompt using Tripo’s API. This node takes a text description and creates a 3D model with optional texture and material properties.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Text description for generating the 3D model (multiline input)
negative_promptSTRINGNo-Text description of what to avoid in the generated model (multiline input)
model_versionCOMBONoMultiple options availableThe version of the Tripo model to use for generation
styleCOMBONoMultiple options availableStyle setting for the generated model (default: “None”)
textureBOOLEANNo-Whether to generate textures for the model (default: True)
pbrBOOLEANNo-Whether to generate PBR (Physically Based Rendering) materials (default: True)
image_seedINTNo-Random seed for image generation (default: 42)
model_seedINTNo-Random seed for model generation (default: 42)
texture_seedINTNo-Random seed for texture generation (default: 42)
texture_qualityCOMBONo”standard"
"detailed”
Quality level for texture generation (default: “standard”)
face_limitINTNo-1 to 500000Maximum number of faces in the generated model, -1 for no limit (default: -1)
quadBOOLEANNo-Whether to generate quad-based geometry instead of triangles (default: False)
Note: The prompt parameter is required and cannot be empty. If no prompt is provided, the node will raise an error.

Outputs

Output NameData TypeDescription
model_fileSTRINGThe generated 3D model file
model task_idMODEL_TASK_IDThe unique task identifier for the model generation process