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 |
---|---|---|---|
prompt |
string
|
Text prompt for generating the 3D model, ignored if an image is provide below
|
|
image |
string
|
A synthetic view image for generating the 3D modeld. To get the best result, remove background from the input image
|
|
guidance_scale |
number
|
15
|
Set the scale for guidanece
|
batch_size |
integer
|
1
|
Number of output
|
render_mode |
string
(enum)
|
nerf
Options: nerf, stf |
Choose a render mode
|
render_size |
integer
|
128
|
Set the size of the a renderer, higher values take longer to render
|
save_mesh |
boolean
|
False
|
Save the latents as meshes.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}