You're looking at a specific version of this model. Jump to the model overview.

zsxkib /hunyuan3d-2-multi-output:50ffb71f

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
images
array
Input images for generating 3D shapes
steps
integer
50

Min: 20

Max: 50

Number of inference steps
guidance_scale
number
5.5

Min: 1

Max: 20

Guidance scale for generation
seed
integer
1234
Random seed for generation. Each image will use seed + its index.
octree_resolution
integer (enum)
512

Options:

256, 384, 512

Octree resolution for mesh generation
remove_background
boolean
True
Whether to remove background from input image

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'meshes': {'items': {'format': 'uri', 'type': 'string'},
                           'title': 'Meshes',
                           'type': 'array'}},
 'required': ['meshes'],
 'title': 'Output',
 'type': 'object'}