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

lucataco /hunyuan3d-2:b1b9449a

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
image
string
Input image for generating 3D shape
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
octree_resolution
integer (enum)
256

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': {'mesh': {'format': 'uri', 'title': 'Mesh', 'type': 'string'}},
 'required': ['mesh'],
 'title': 'Output',
 'type': 'object'}