Files
ComfyUI/tests-unit
Glary-Bot 3fd0681484 Fix Detect Edges (Canny) on images with an alpha channel
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
2026-08-15 00:20:02 +00:00
..

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/