Files
ComfyUI/tests-unit
Glary-Bot 5e339f7fb3 Don't adjust the alpha channel in the image color adjustment nodes
Normalize Image Colors, Adjust Brightness and Adjust Contrast applied their
maths across every channel, so RGBA input came back with its transparency
rescaled. Fully opaque images happen to survive all three transforms, but
soft alpha edges do not.

CORE-392
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/