You're looking at a specific version of this model. Jump to the model overview.
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
|
|
size_threshold |
integer
|
2000
Min: 600 Max: 4000 |
Minimum segment size (pixels)
|
merge_input |
string
|
|
Merge groups, e.g. '0,1;3,4' (leave blank for none)
|
seed |
integer
|
42
Max: 10000 |
Generation seed
|
cfg_strength |
number
|
7.5
Max: 15 |
CFG strength for Part-Synthesis
|
generate_3d |
boolean
|
True
|
Run full 3-D pipeline
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'bbox_mesh': {'format': 'uri',
'nullable': True,
'title': 'Bbox Mesh',
'type': 'string'},
'combined_gs': {'format': 'uri',
'nullable': True,
'title': 'Combined Gs',
'type': 'string'},
'exploded_gs': {'format': 'uri',
'nullable': True,
'title': 'Exploded Gs',
'type': 'string'},
'exploded_mesh': {'format': 'uri',
'nullable': True,
'title': 'Exploded Mesh',
'type': 'string'},
'initial_seg': {'format': 'uri',
'nullable': True,
'title': 'Initial Seg',
'type': 'string'},
'merged_seg': {'format': 'uri',
'nullable': True,
'title': 'Merged Seg',
'type': 'string'},
'pre_merge_vis': {'format': 'uri',
'nullable': True,
'title': 'Pre Merge Vis',
'type': 'string'},
'whole_mesh': {'format': 'uri',
'nullable': True,
'title': 'Whole Mesh',
'type': 'string'}},
'required': ['initial_seg',
'pre_merge_vis',
'merged_seg',
'bbox_mesh',
'whole_mesh',
'exploded_mesh',
'combined_gs',
'exploded_gs'],
'title': 'Output',
'type': 'object'}