ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

[add] tripo3.0

Open seed93 opened this issue 3 months ago • 3 comments

seed93 avatar Nov 06 '25 06:11 seed93

I got some errors when testing.

tripoImageToModelNode

image image

The default setting works image

tripoMultiviewToModelNode

TripoMultiviewToModelNode
2 validation errors for TripoMultiviewToModelRequest
geometry_quality
Input should be 'standard' or 'detailed' [type=enum, input_value='original_image', input_type=str]
For further information, visit https://errors.pydantic.dev/2.8/v/enum
texture_alignment
Input should be 'original_image' or 'geometry' [type=enum, input_value=-1, input_type=int]
For further information visit https://errors.pydantic.dev/2.8/v/enum
image

comfyui-wiki avatar Nov 07 '25 10:11 comfyui-wiki

You used the old workflow. We have added new paramters and you should update the node manually.

seed93 avatar Nov 10 '25 06:11 seed93

Thanks, after recreated all nodes, now the test passed image image

comfyui-wiki avatar Nov 10 '25 07:11 comfyui-wiki