You're looking at a specific version of this model. Jump to the model overview.
subhash25rawat /morphix3d:64c263db
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 |
---|---|---|---|
Prompt |
string
|
Prompt for generating 3d Modal
|
|
InputImage |
string
|
Image for generating 3d Modal
|
|
InferenceSteps |
integer
|
Min: 20 Max: 50 |
Larger steps improves generation quality compromising generation speed
|
videoBrightnessIndex |
number
|
1.5
Min: 0.3 Max: 3 |
used for increasing the brightness of sample video file generated, 1.5 is recommended for brighter videos increase the value
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'generatedMesh': {'format': 'uri',
'title': 'Generatedmesh',
'type': 'string'},
'initImg': {'format': 'uri',
'title': 'Initimg',
'type': 'string'},
'modelErrorReason': {'title': 'Modelerrorreason',
'type': 'string'},
'outputGlb': {'format': 'uri',
'title': 'Outputglb',
'type': 'string'},
'replicateStatus': {'title': 'Replicatestatus',
'type': 'string'},
'thumbImg': {'format': 'uri',
'title': 'Thumbimg',
'type': 'string'},
'video': {'format': 'uri', 'title': 'Video', 'type': 'string'}},
'required': ['replicateStatus'],
'title': 'Output',
'type': 'object'}