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 single image using Tripo’s API. This node takes an input image and converts it into a 3D model with various customization options for texture, quality, and model properties.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-Input image used to generate the 3D model
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 use Physically Based Rendering (default: True)
model_seedINTNo-Random seed for model generation (default: 42)
orientationCOMBONoMultiple options availableOrientation setting for the generated model
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”
Alignment method for texture mapping (default: “original_image”)
face_limitINTNo-1 to 500000Maximum number of faces in the generated model, -1 for no limit (default: -1)
quadBOOLEANNo-Whether to use quadrilateral faces instead of triangles (default: False)
Note: The image parameter is required and must be provided for the node to function. If no image is provided, the node will raise a RuntimeError.

Outputs

Output NameData TypeDescription
model_fileSTRINGThe generated 3D model file
model task_idMODEL_TASK_IDThe task ID for tracking the model generation process