You're looking at a specific version of this model. Jump to the model overview.
ayushunleashed /partpacker:5fbd5ad5
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 3D object generation
|
|
num_steps |
integer
|
50
Min: 1 Max: 100 |
Number of inference steps
|
cfg_scale |
number
|
7
Min: 1 Max: 20 |
Classifier-free guidance scale
|
grid_resolution |
integer
|
384
Min: 256 Max: 512 |
Grid resolution for mesh extraction
|
seed |
integer
|
Random seed for reproducible results
|
|
simplify_mesh |
boolean
|
False
|
Whether to simplify the output mesh
|
target_num_faces |
integer
|
100000
Min: 10000 Max: 1000000 |
Target number of faces for mesh simplification
|
return_volumes |
boolean
|
False
|
Whether to return the dual volumes
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'combined_model_path': {'format': 'uri',
'title': 'Combined Model Path',
'type': 'string'},
'parts': {'items': {'anyOf': [],
'format': 'uri',
'type': 'string'},
'title': 'Parts',
'type': 'array'},
'volume_0_path': {'format': 'uri',
'title': 'Volume 0 Path',
'type': 'string'},
'volume_1_path': {'format': 'uri',
'title': 'Volume 1 Path',
'type': 'string'}},
'title': 'PredictOutput',
'type': 'object'}