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-large
model. - [2025-07-14] Support
Large
model.
How to Use
ComfyUI-Manager
Run ComfyUI → Manager
→ Custom Nodes Manager
→ search and install Comfyui-Distill-Any-Depth
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.