From b8facf069a092b5460cf0d8aefffaf4c29e42b27 Mon Sep 17 00:00:00 2001 From: Glary-Bot Date: Sat, 15 Aug 2026 00:14:36 +0000 Subject: [PATCH] Cover every dither mode in the quantize alpha test --- tests-unit/comfy_extras_test/image_quantize_alpha_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-unit/comfy_extras_test/image_quantize_alpha_test.py b/tests-unit/comfy_extras_test/image_quantize_alpha_test.py index 27802dd98..114bf808e 100644 --- a/tests-unit/comfy_extras_test/image_quantize_alpha_test.py +++ b/tests-unit/comfy_extras_test/image_quantize_alpha_test.py @@ -8,7 +8,7 @@ if not torch.cuda.is_available(): from comfy_extras.nodes_post_processing import Quantize # noqa: E402 -DITHERS = ["none", "floyd-steinberg", "bayer-2", "bayer-8"] +DITHERS = ["none", "floyd-steinberg", "bayer-2", "bayer-4", "bayer-8", "bayer-16"] def image(channels, alpha=0.8, size=8):