From c5aba12f2f5fe029fc5951b14e05b300d12e3a3c Mon Sep 17 00:00:00 2001 From: Talmaj Marinc Date: Tue, 19 May 2026 20:48:37 +0200 Subject: [PATCH] Modify apply_sky_clip default to False. --- comfy_extras/nodes_depth_anything_3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_depth_anything_3.py b/comfy_extras/nodes_depth_anything_3.py index 9f41022a2..6a7973cb9 100644 --- a/comfy_extras/nodes_depth_anything_3.py +++ b/comfy_extras/nodes_depth_anything_3.py @@ -200,7 +200,7 @@ class DepthAnything3(io.ComfyNode): tooltip="How to map raw depth to [0, 1] for the output image. " "'raw' preserves absolute values — use this to keep " "metric units when running DA3-Metric-Large."), - io.Boolean.Input("apply_sky_clip", default=True, + io.Boolean.Input("apply_sky_clip", default=False, tooltip="Clip sky-region depth to the 99th percentile before " "normalisation. Requires a sky segmentation head " "(DA3-Mono-Large or DA3-Metric-Large). "