Files
ComfyUI_frontend/apps
Marwan Mostafa ee55ad6862 fix(website): hero slider only affects output when depth map wired
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.
2026-05-07 15:02:45 +03:00
..