Skip to main content
The 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

ParameterDescriptionData TypeRequiredRange
modelSpecifies the AI model version to use for generation.COMBOYes"latest"
imageThe input image to convert into a 3D model.IMAGEYes-
should_remeshDetermines if the generated mesh should be processed. When set to "false", the node returns an unprocessed triangular mesh.DYNAMIC COMBOYes"true"
"false"
topologyThe target polygon topology for the remeshed model. This input is only available when should_remesh is set to "true".COMBONo*"triangle"
"quad"
target_polycountThe target number of polygons for the remeshed model. This input is only available when should_remesh is set to "true". The default value is 300000.INTNo*100 - 300000
symmetry_modeControls the symmetry applied to the generated 3D model.COMBOYes"auto"
"on"
"off"
should_textureDetermines whether textures are generated for the model. Setting it to "false" skips the texture phase and returns a mesh without textures.DYNAMIC COMBOYes"true"
"false"
enable_pbrWhen should_texture is "true", this option generates PBR maps (metallic, roughness, normal) in addition to the base color. The default value is False.BOOLEANNo*-
texture_promptA text prompt to guide the texturing process (maximum 600 characters). This input is only available when should_texture is "true". It cannot be used at the same time as texture_image.STRINGNo*-
texture_imageAn image to guide the texturing process. This input is only available when should_texture is "true". It cannot be used at the same time as texture_prompt.IMAGENo*-
pose_modeSpecifies the pose mode for the generated model. This is an advanced parameter.COMBOYes"" (empty)
"A-pose"
"T-pose"
seedA seed value for the generation process. The results are non-deterministic regardless of the seed value. The default value is 0.INTYes0 - 2147483647
Note on Parameter Constraints:
  • The topology and target_polycount inputs are only available when should_remesh is set to "true".
  • The enable_pbr, texture_prompt, and texture_image inputs are only available when should_texture is set to "true".
  • You cannot use texture_prompt and texture_image at the same time. If both are provided when should_texture is "true", the node will raise an error.

Outputs

Output NameDescriptionData Type
model_fileThe filename of the generated GLB model. (Maintained for backward compatibility).STRING
meshy_task_idThe unique identifier for the Meshy API task, which can be used for reference or troubleshooting.MESHY_TASK_ID
GLBThe generated 3D model in the GLB file format.FILE3DGLB
FBXThe generated 3D model in the FBX file format.FILE3DFBX
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Source fingerprint (SHA-256): 87825d9d78ccfb1efdf07da0e9c8cfca39a8446dd99d346c732e4d1470194205