Files
ComfyUI/tests-unit
christian-byrne 3bd20204f5 Warn when VAE.encode drops input channels
VAE.encode silently trims anything past output_channels, so an RGBA image
loses its alpha with no log line. Warn once per VAE and point at
SplitImageWithAlpha. No behavior change.
2026-08-06 19:11:42 -07:00
..

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/