Files
ComfyUI/tests-unit
Glary-Bot 84daff2a73 Don't blend the alpha channel in the Blend Images node
ImageBlend ran the blend maths over every channel, so for RGBA inputs the
alpha was blended as if it were colour. In difference mode two fully opaque
images produced 1.0 - 1.0 = 0.0 and the result came back completely
transparent. Keep image1's alpha, which is the base being blended.

CORE-392
2026-08-14 23:29:47 +00:00
..

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/