From 4dbd4a89af947ef213adbf93dc6e27489e6e8008 Mon Sep 17 00:00:00 2001 From: Talmaj Marinc Date: Thu, 21 May 2026 14:41:39 +0200 Subject: [PATCH] Improve tooltip for normalization. --- comfy_extras/nodes_depth_anything_3.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comfy_extras/nodes_depth_anything_3.py b/comfy_extras/nodes_depth_anything_3.py index 43fdce500..5221c975e 100644 --- a/comfy_extras/nodes_depth_anything_3.py +++ b/comfy_extras/nodes_depth_anything_3.py @@ -200,8 +200,9 @@ class DepthAnything3(io.ComfyNode): options=["v2_style", "min_max", "raw"], default="v2_style", 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."), + "'v2_style': normalizes using mean and std for perceptually balanced results (default). " + "'min_max': stretches the full depth range to [0, 1] for maximum contrast. " + "'raw': preserves absolute values — use this to keep metric units when running DA3-Metric-Large."), io.Boolean.Input("apply_sky_clip", default=False, tooltip="Clip sky-region depth to the 99th percentile before " "normalisation. Requires a sky segmentation head "