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
This node generates 3D models synchronously using Tripo’s API by processing up to four images showing different views of an object. It requires a front image and at least one additional view (left, back, or right) to create a complete 3D model with texture and material options.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-Front view image of the object (required)
image_leftIMAGENo-Left view image of the object
image_backIMAGENo-Back view image of the object
image_rightIMAGENo-Right view image of the object
model_versionCOMBONoMultiple options availableTripo model version to use for generation
orientationCOMBONoMultiple options availableOrientation setting for the 3D model
textureBOOLEANNo-Whether to generate textures for the model (default: True)
pbrBOOLEANNo-Whether to generate PBR (Physically Based Rendering) materials (default: True)
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”)
texture_alignmentCOMBONo”original_image"
"geometry”
Method for aligning textures to the model (default: “original_image”)
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 front image (image) is always required. At least one additional view image (image_left, image_back, or image_right) must be provided for multiview processing.

Outputs

Output NameData TypeDescription
model_fileSTRINGFile path or identifier for the generated 3D model
model task_idMODEL_TASK_IDTask identifier for tracking the model generation process