mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-20 22:17:31 +08:00
Modify apply_sky_clip default to False.
This commit is contained in:
parent
c0253de43c
commit
c5aba12f2f
@ -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). "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user