All models
3Dv1.0.0

TRELLIS (Image to 3D)

Turn one image into a textured GLB mesh and a turntable render.

4 inputsFILEVIDEO
TRELLIS (Image to 3D) input

Textured GLB mesh, shown as a turntable render

Run the node

IMAGE
512 – 2048INT
0.9 – 0.98FLOAT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins trellis and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("trellis", {
  image: { ref: "https://..." },
  textureSize: { value: 1024 },
  meshSimplify: { value: 0.95 },
  seed: { value: 0 },
});

Schema

Inputs

image*IMAGE
textureSizeINT1024
meshSimplifyFLOAT0.95
seedINT0

Outputs

meshFILE
previewVIDEO