From 3f057764e0c98da538d87116cac1528998d197fb Mon Sep 17 00:00:00 2001 From: zhanganduo Date: Tue, 15 Jul 2025 00:56:18 +0800 Subject: [PATCH] Add ComfyUI nodes to use Distill-Any-Depth prediction --- custom-node-list.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 51e6786a..04042f13 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29566,8 +29566,16 @@ "install_type": "copy", "description": "This is an extension script for Stable Diffusion WebUI, modified based on the original functionality. It now supports fixing FLUX panorama seams. It allows users to independently configure seamless image tiling for both the X and Y axes while also being capable of handling FLUX panorama seam issues." }, - - + { + "author": "Android zhang", + "title": "Comfyui-Distill-Any-Depth", + "reference": "https://github.com/zade23/Comfyui-Distill-Any-Depth", + "files": [ + "https://github.com/zade23/Comfyui-Distill-Any-Depth" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use Distill-Any-Depth prediction." + }, { "author": "theally", "title": "TheAlly's Custom Nodes",