This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Meshy: Image to Model node uses the Meshy API to generate a 3D model from a single input image. It uploads your image, submits a processing task, and returns the generated 3D model files (GLB and FBX) along with the task ID for reference.
Inputs
Note on Parameter Constraints:
- The
topologyandtarget_polycountinputs are only required whenshould_remeshis set to"true". - The
enable_pbr,texture_prompt, andtexture_imageinputs are only available whenshould_textureis set to"true". - You cannot use
texture_promptandtexture_imageat the same time. If both are provided whenshould_textureis"true", the node will raise an error.