ComfyUI Node
Depth Anything V2
Create a depth map of the image See: https://depth-anything-v2.github.io
Depth Anything V2
- da_model
- images
- depths
- depth_imgs
◄batch_size1►
CategoryRemBG_SET/Advanced
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| da_model | DAMODEL | The model from the `Load Depth Anything by name` node. | |
| images | IMAGE | One or more images to process, will be normalized and scaled. | |
| batch_size | INT | 11–256 | How many images to process at once |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| depths | MASK | The depth map |
| depth_imgs | IMAGE | The same map in a format compatible with nodes that needs an image. The three channels (R, G, B) are the same buffer, shared with the mask. |