From d8095b527f581b44c3a8b4ff9b5ebab097f3dae6 Mon Sep 17 00:00:00 2001 From: namemechan Date: Sun, 26 Apr 2026 11:55:29 +0900 Subject: [PATCH] Add: ComfyUI-DCW (SNR-t bias correction) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b2d55f09..243a2941 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46467,6 +46467,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "namemechan", + "title": "ComfyUI-DCW", + "id": "comfyui-dcw", + "reference": "https://github.com/namemechan/ComfyUI-DCW", + "files": [ + "https://github.com/namemechan/ComfyUI-DCW" + ], + "install_type": "git-clone", + "description": "Near implementation of Differential Correction in Wavelet domain (DCW) for SNR-t bias correction. Based on arXiv:2604.16044 (Yu et al., 2026). No external dependencies. Compatible with SDXL, SD1.5, Flux, Cosmos, EDM, DiT. (README in Korean)" } ] }