All models
Imagev1.0.0

Depth Anything v2 (Depth Map)

Read a depth map off any image, ready for depth-guided generation.

2 inputsIMAGEIMAGE
Depth Anything v2 (Depth Map) input
Depth Anything v2 (Depth Map) output

Depth map, ready for depth-guided generation

Run the node

IMAGE
TEXT
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 depth-anything-v2 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("depth-anything-v2", {
  image: { ref: "https://..." },
  modelSize: { value: "Large" },
});

Schema

Inputs

image*IMAGE
modelSizeTEXT
Small · Base · Large
Large

Outputs

depthIMAGE
colorDepthIMAGE