zylim0702/yun-3d-2.1

Public
4 runs

Run zylim0702/yun-3d-2.1 with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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 for 3D generation
mode
None
textured
Generation mode: 'shape_only' for 3D shape only, 'textured' for shape + texture
num_inference_steps
integer
30

Min: 1

Max: 100

Number of denoising steps for shape generation
guidance_scale
number
7.5

Min: 1

Max: 20

Guidance scale for shape generation
seed
integer
1234

Max: 2147483647

Random seed for reproducible generation
octree_resolution
integer
256

Min: 16

Max: 512

Octree resolution for shape generation
num_chunks
integer
200000

Min: 1000

Max: 5000000

Number of chunks for processing
remove_background
boolean
True
Automatically remove background from input image
max_num_view
integer
8

Min: 6

Max: 9

Maximum number of views for texture generation
texture_resolution
None
768
Resolution for texture generation
simplify_mesh
boolean
False
Simplify the generated mesh to reduce face count
target_face_count
integer
10000

Min: 100

Max: 1000000

Target number of faces after simplification
output_format
None
glb
Output file format

Output schema

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

Schema
{
  "title": "Output"
}