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

mareksagan /dreamgaussian:d16b4890

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 to convert to 3D
text
string
Text prompt to generate 3D object from
image_size
integer
256
Target preprocessed input image size
elevation
integer
0

Min: -90

Max: 90

Input image elevation
num_steps
integer
500
Number of iterations
num_refinement_steps
integer
50
Number of refinement iterations
num_point_samples
integer
1000

Min: 200

Max: 10000

Number of sampled points for Gaussian Splatting

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'}