ComfyUI/tests-unit
Glary-Bot aa48e91934 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-14 23:40:21 +00:00
..
app_test
assets_test
comfy_api_nodes_test
comfy_api_test
comfy_extras_test Don't adjust the alpha channel in the image color adjustment nodes 2026-08-14 23:40:21 +00:00
comfy_quant
comfy_test
execution_test
folder_paths_test
jobs_cancel_test
prompt_server_test
security_test
seeder_test
server/utils
server_test
utils
README.md
deploy_environment_test.py
feature_flags_test.py
requirements.txt
websocket_feature_flags_test.py

README.md

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/