Files
ComfyUI/tests-unit
Glary-Bot 79d16de082 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-17 00:59:32 +00:00
..

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/