ComfyUI Extension: Comfyui-Distill-Any-Depth
ComfyUI nodes to use Distill-Any-Depth prediction.
Custom Nodes (0)
README
Comfyui-Distill-Any-Depth
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-largemodel. - [2025-07-14] Support
Largemodel.
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
- 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.
Git Clone
- Clone this repo to
ComfyUI/custom_nodes - Install requirements:
pip install -r requirements.txt
Model Support
- [x] Large model
- [x] Small model
- [x] Base model
- [x] Teacher-Large model
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.