mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-17 14:59:12 +08:00
Cover every dither mode in the quantize alpha test
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user