mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-26 00:47:24 +08:00
Modify apply_sky_clip default to False.
This commit is contained in:
parent
3f51595a28
commit
2b625998f5
@ -200,7 +200,7 @@ class DepthAnything3(io.ComfyNode):
|
|||||||
tooltip="How to map raw depth to [0, 1] for the output image. "
|
tooltip="How to map raw depth to [0, 1] for the output image. "
|
||||||
"'raw' preserves absolute values — use this to keep "
|
"'raw' preserves absolute values — use this to keep "
|
||||||
"metric units when running DA3-Metric-Large."),
|
"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 "
|
tooltip="Clip sky-region depth to the 99th percentile before "
|
||||||
"normalisation. Requires a sky segmentation head "
|
"normalisation. Requires a sky segmentation head "
|
||||||
"(DA3-Mono-Large or DA3-Metric-Large). "
|
"(DA3-Mono-Large or DA3-Metric-Large). "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user