Files
ComfyUI/tests-unit
Glary-Bot 2c2fc8b458 Don't add noise to the alpha channel in the Add Noise to Image node
ImageAddNoise added gaussian noise across every channel, so RGBA input came
back with random transparency speckle. Noise belongs on the colour channels;
leave alpha alone.

CORE-392
2026-08-17 00:59:31 +00:00
..

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/