ComfyUI Node
π― Metric3D Depth (Low VRAM)
A ComfyUI node in ArchAi3d/3D with 7 inputs and 1 output.
π― Metric3D Depth (Low VRAM)
- image
- depth_map
βnamemetric3d_depthβΊ
βbackbonevit-smallβΊ
βresolution512βΊ
βuse_cachetrueβΊ
βfx1000βΊ
βfy1000βΊ
CategoryArchAi3d/3D
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | metric3d_depth | Identifier name for this input (used by web interface) |
| image | IMAGE | β | |
| backbone | COMBO | vit-small | Model backbone. vit-small uses less VRAM (~1-2GB), vit-giant2 uses most (~4-6GB) |
| resolution | INT | 51264β8192 | Processing resolution. Lower = faster + less VRAM |
| use_cache | BOOLEAN | true | Use disk cache to avoid reprocessing identical inputs |
| fxopt | INT | 10001β8192 | Focal length X (camera intrinsic) |
| fyopt | INT | 10001β8192 | Focal length Y (camera intrinsic) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| depth_map | IMAGE | β |