From a0b7f39a34c6f012e37023df626689d496d21ae4 Mon Sep 17 00:00:00 2001 From: 11dogzi <160554964+11dogzi@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:31:12 +0800 Subject: [PATCH] Partial redraw sampler and variant seed sampler (#748) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f62eeffa..ea5ea117 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10328,6 +10328,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "11dogzi", + "title": "Comfyui-ergouzi-samplers", + "id": "ergouzi", + "reference": "https://github.com/11dogzi/Comfyui-ergouzi-samplers", + "files": [ + "https://github.com/11dogzi/Comfyui-ergouzi-samplers" + ], + "install_type": "git-clone", + "description": "Partial redraw sampler and variant seed sampler" } ] }