Extensions/Comfyui-Distill-Any-Depth
ComfyUI Extension

Comfyui-Distill-Any-Depth

ComfyUI nodes to use Distill-Any-Depth prediction.

By zade23ยทCreated about a year agoยทUpdated 6 months agoยท 6
zade23/Comfyui-Distill-Any-Depth
Nodes2
On cloudLocal install
CategoryDistillAnyDepth
Stars6
Updated6 months ago
Readme

Comfyui-Distill-Any-Depth

what is this repo๐Ÿค”? ask: zread deepwiki


ComfyUI nodes to use Distill-Any-Depth prediction.

Original repo: https://github.com/Westlake-AGI-Lab/Distill-Any-Depth

Huggingface demo: https://huggingface.co/spaces/xingyang1/Distill-Any-Depth

Updates

  • [2025-07-18] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ Support small, base, teacher-large model.
  • [2025-07-14] Support Large model.

How to Use

This video demonstrates how to download and use nodes in ComfyUI.

https://github.com/user-attachments/assets/13ae515c-af85-4d2d-8b3c-6c62e3f79a86

ComfyUI-Manager

  1. Run ComfyUI
  2. Manager โ†’ Custom Nodes Manager
  3. search and install Comfyui-Distill-Any-Depth
  4. Run the Distill-any-thing node and enjoy it.

Typically, the inference model will be automatically downloaded to the /models/distill_any_depth directory on the first run.

Git Clone

  1. Clone this repo to ComfyUI/custom_nodes
  2. Install requirements: pip install -r requirements.txt

Model Support

Acknowledgements

This ComfyUI node implementation is based on the excellent work from Distill-Any-Depth.

We are grateful to the authors for their outstanding research and for making their code publicly available.