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
- [2025-07-18] 🌟🌟🌟 Support
small,base,teacher-largemodel. - [2025-07-14] Support
Largemodel.
This video demonstrates how to download and use nodes in ComfyUI.
How.to.use.mp4
- Run ComfyUI
Manager→Custom Nodes Manager- search and install
Comfyui-Distill-Any-Depth - Run the Distill-any-thing node and enjoy it.
Typically, the inference model will be automatically downloaded to the
/models/distill_any_depthdirectory on the first run.
- Clone this repo to
ComfyUI/custom_nodes - Install requirements:
pip install -r requirements.txt
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.
