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

prunaai /hunyuan3d-2:9066b18a

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_path
string
Input image for hunyuan3d control
num_inference_steps
integer
50
Number of inference steps
octree_resolution
integer
200
Octree resolution
num_chunks
integer
20000
Number of chunks
generator_seed
integer
12345
Seed for random generator
face_count
integer
40000
Target number of faces for simplification
file_type
string (enum)
glb

Options:

glb, obj

File type

Output schema

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

Schema
{'properties': {'mesh_paint': {'format': 'uri',
                               'title': 'Mesh Paint',
                               'type': 'string'}},
 'required': ['mesh_paint'],
 'title': 'Output',
 'type': 'object'}