From ca602e1daa2d8e50ea86032971ba9ab37bbbf900 Mon Sep 17 00:00:00 2001 From: licyk Date: Tue, 24 Dec 2024 13:22:14 +0800 Subject: [PATCH] add nodes --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6facca39..7769ccba 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18764,6 +18764,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "licyk", + "title": "ComfyUI-TCD-Sampler", + "id": "TCD-Sampler", + "reference": "https://github.com/licyk/ComfyUI-TCD-Sampler", + "files": [ + "https://github.com/licyk/ComfyUI-TCD-Sampler" + ], + "install_type": "git-clone", + "description": "Adding TCD sampling" + }, + { + "author": "Koishi-Star", + "title": "Pyramid_Noise_For_Inference", + "id": "Pyramid_Noise_For_Inference", + "reference": "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference", + "files": [ + "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference" + ], + "install_type": "git-clone", + "description": "Using pyramid_noise instead of original noise in inference" } ] }