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

fishwowater /trellis-image:8fcea9ca

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
images
array
List of input images to generate 3D asset from
tex_images
array
List of images to generate the texture of 3D asset from
mesh
string
Input mesh (Z-UP, ONLY required for the detail variation mode)
seed
integer
0
Random seed for generation
randomize_seed
boolean
True
Randomize seed
generate_color
boolean
True
Generate color video render
generate_normal
boolean
False
Generate normal video render
generate_model
boolean
False
Generate 3D model file (GLB)
save_gaussian_ply
boolean
False
Save Gaussian point cloud as PLY file
return_no_background
boolean
False
Return the preprocessed images without background
ss_guidance_strength
number
7.5

Max: 10

Stage 1: Sparse Structure Generation - Guidance Strength
ss_sampling_steps
integer
12

Min: 1

Max: 50

Stage 1: Sparse Structure Generation - Sampling Steps
slat_guidance_strength
number
3

Max: 10

Stage 2: Structured Latent Generation - Guidance Strength
slat_sampling_steps
integer
12

Min: 1

Max: 50

Stage 2: Structured Latent Generation - Sampling Steps
mesh_simplify
number
0.95

Min: 0.9

Max: 0.98

GLB Extraction - Mesh Simplification (only used if generate_model=True)
texture_size
integer
1024

Min: 512

Max: 2048

GLB Extraction - Texture Size (only used if generate_model=True)
tex_bake_mode
string (enum)
rgb

Options:

rgb, srgb

Mode for baking the texture (defaults to rgb, which will be darker)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'color_video': {'format': 'uri',
                                'title': 'Color Video',
                                'type': 'string'},
                'combined_video': {'format': 'uri',
                                   'title': 'Combined Video',
                                   'type': 'string'},
                'gaussian_ply': {'format': 'uri',
                                 'title': 'Gaussian Ply',
                                 'type': 'string'},
                'model_file': {'format': 'uri',
                               'title': 'Model File',
                               'type': 'string'},
                'no_background_images': {'items': {'format': 'uri',
                                                   'type': 'string'},
                                         'title': 'No Background Images',
                                         'type': 'array'},
                'normal_video': {'format': 'uri',
                                 'title': 'Normal Video',
                                 'type': 'string'}},
 'title': 'PredictOutput',
 'type': 'object'}