mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-19 07:48:29 +08:00
kornia's canny only accepts 1 or 3 channel input, so a 4 channel image raised a RuntimeError. Run edge detection on the colour channels. CORE-393