From ac4c02e8a23cdef8f8af8b7e82eb373c8fc54d3c Mon Sep 17 00:00:00 2001 From: zengxianyu Date: Sun, 11 Jan 2026 05:11:23 +0000 Subject: [PATCH] add structured noise --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5bdfe095..be7a65c2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41243,6 +41243,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "zengxianyu", + "title": "Phase-Preserving Noise", + "id": "structured-noise", + "reference": "https://github.com/zengxianyu/structured-noise", + "files": [ + "https://github.com/zengxianyu/structured-noise" + ], + "install_type": "git-clone", + "description": "Generate phase-preserving structured noise for the input image." + } ] }