From 6236f4bcf48f37a3fe0931465c3974349bd32e4e Mon Sep 17 00:00:00 2001 From: Android zhang <53324261+zade23@users.noreply.github.com> Date: Tue, 15 Jul 2025 05:27:32 +0800 Subject: [PATCH] Add ComfyUI nodes to use Distill-Any-Depth prediction (#1999) --- 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 abe2acb3..158c4ae5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29626,8 +29626,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",