mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-25 15:15:47 +00:00
The slider's levels filter is conceptually depth-tied (it lives on the green→depth path, and only the intermediate depth-map node uses it). When canny is the sole input, dragging the slider was filtering the canny edges in the output card, which read as a bug. Skip the filter on the canny-only branch — the slider is now a no-op for the final card unless depth is wired in.