Cover every dither mode in the quantize alpha test

This commit is contained in:
Glary-Bot
2026-08-15 00:14:36 +00:00
parent 5ca89604cc
commit 39164cc2a5

View File

@@ -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):